mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-28 03:33:37 +00:00
fix: remove unused imports
This commit is contained in:
parent
732233a5da
commit
0a32d01081
@ -6,8 +6,7 @@ use std::path::{Path, PathBuf};
|
||||
use proc_macro2::{Span, TokenStream};
|
||||
use quote::{quote, ToTokens, TokenStreamExt};
|
||||
use sqlx_core::config::Config;
|
||||
use sqlx_core::migrate::{Migration, MigrationType, ResolveConfig};
|
||||
use syn::spanned::Spanned;
|
||||
use sqlx_core::migrate::{Migration, MigrationType};
|
||||
use syn::LitStr;
|
||||
|
||||
pub const DEFAULT_PATH: &str = "./migrations";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user