mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
fix macro
This commit is contained in:
parent
159dc800bd
commit
ac0690822c
@ -48,7 +48,7 @@ impl Migrator {
|
|||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// # use sqlx_core::migrate::MigrateError;
|
/// # use sqlx_core::migrate::MigrateError;
|
||||||
/// # [cfg(feature = "sqlite")]
|
/// # #[cfg(feature = "sqlite")]
|
||||||
/// # fn main() -> Result<(), MigrateError> {
|
/// # fn main() -> Result<(), MigrateError> {
|
||||||
/// # sqlx_rt::block_on(async move {
|
/// # sqlx_rt::block_on(async move {
|
||||||
/// # use sqlx_core::migrate::Migrator;
|
/// # use sqlx_core::migrate::Migrator;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user