fix macro

This commit is contained in:
Eric Semeniuc 2020-11-14 14:29:19 -08:00 committed by Ryan Leckey
parent 159dc800bd
commit ac0690822c

View File

@ -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;