diff options
Diffstat (limited to 'crates/hir_def/src/path.rs')
-rw-r--r-- | crates/hir_def/src/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/src/path.rs b/crates/hir_def/src/path.rs index 16440041d..4cdb5913d 100644 --- a/crates/hir_def/src/path.rs +++ b/crates/hir_def/src/path.rs | |||
@@ -166,7 +166,7 @@ impl Path { | |||
166 | } | 166 | } |
167 | 167 | ||
168 | /// Converts a known mod path to `Path`. | 168 | /// Converts a known mod path to `Path`. |
169 | pub(crate) fn from_known_path( | 169 | pub fn from_known_path( |
170 | path: ModPath, | 170 | path: ModPath, |
171 | generic_args: Vec<Option<Interned<GenericArgs>>>, | 171 | generic_args: Vec<Option<Interned<GenericArgs>>>, |
172 | ) -> Path { | 172 | ) -> Path { |