mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
refactor: extract runtime state backends
This commit is contained in:
@@ -211,7 +211,7 @@ fn relative_path(path: &Path, workspace_root: &Path) -> PathBuf {
|
||||
fn grouped_import_scanner_allows_nested_new_paths() {
|
||||
let source = r#"
|
||||
use aether_data::{
|
||||
driver::{postgres::PostgresPool, redis::RedisKvRunner},
|
||||
driver::{postgres::PostgresPool, mysql::MySqlPool},
|
||||
lifecycle::{backfill::PendingBackfillInfo, migrate::PendingMigrationInfo},
|
||||
};
|
||||
"#;
|
||||
|
||||
Reference in New Issue
Block a user