Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/path.rs')
-rw-r--r--crates/hir-def/src/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/path.rs b/crates/hir-def/src/path.rs
index 713e738973..ec2c8d12aa 100644
--- a/crates/hir-def/src/path.rs
+++ b/crates/hir-def/src/path.rs
@@ -19,7 +19,7 @@ use span::Edition;
use stdx::thin_vec::thin_vec_with_header_struct;
use syntax::ast;
-pub use hir_expand::mod_path::{path, ModPath, PathKind};
+pub use hir_expand::mod_path::{ModPath, PathKind, path};
pub use lower::hir_segment_to_ast_segment;