refactor: extract runtime state backends

This commit is contained in:
fawney19
2026-05-08 00:18:12 +08:00
parent 6f620d92be
commit 6247ac3edc
111 changed files with 4358 additions and 3203 deletions

View File

@@ -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},
};
"#;