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 7c9fad9186..3fd095a9a9 100644
--- a/crates/hir-def/src/nameres/tests.rs
+++ b/crates/hir-def/src/nameres/tests.rs
@@ -5,7 +5,7 @@ mod mod_resolution;
mod primitives;
use base_db::RootQueryDb;
-use expect_test::{expect, Expect};
+use expect_test::{Expect, expect};
use test_fixture::WithFixture;
use triomphe::Arc;