Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/nameres/tests.rs')
-rw-r--r--crates/hir-def/src/nameres/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/nameres/tests.rs b/crates/hir-def/src/nameres/tests.rs
index 73fc6787bf..7c9fad9186 100644
--- a/crates/hir-def/src/nameres/tests.rs
+++ b/crates/hir-def/src/nameres/tests.rs
@@ -4,7 +4,7 @@ mod macros;
mod mod_resolution;
mod primitives;
-use base_db::SourceDatabase;
+use base_db::RootQueryDb;
use expect_test::{expect, Expect};
use test_fixture::WithFixture;
use triomphe::Arc;