We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732233a commit 0a32d01Copy full SHA for 0a32d01
sqlx-macros-core/src/migrate.rs
@@ -6,8 +6,7 @@ use std::path::{Path, PathBuf};
6
use proc_macro2::{Span, TokenStream};
7
use quote::{quote, ToTokens, TokenStreamExt};
8
use sqlx_core::config::Config;
9
-use sqlx_core::migrate::{Migration, MigrationType, ResolveConfig};
10
-use syn::spanned::Spanned;
+use sqlx_core::migrate::{Migration, MigrationType};
11
use syn::LitStr;
12
13
pub const DEFAULT_PATH: &str = "./migrations";
0 commit comments