mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix macro
This commit is contained in:
parent
7cc0ecb981
commit
389f9b5f41
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ impl Migrator {
|
|||
///
|
||||
/// ```rust,no_run
|
||||
/// # use sqlx_core::migrate::MigrateError;
|
||||
/// # [cfg(feature = "sqlite")]
|
||||
/// # #[cfg(feature = "sqlite")]
|
||||
/// # fn main() -> Result<(), MigrateError> {
|
||||
/// # sqlx_rt::block_on(async move {
|
||||
/// # use sqlx_core::migrate::Migrator;
|
||||
|
|
Loading…
Reference in a new issue