Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/src/mod_path.rs')
| -rw-r--r-- | crates/hir-expand/src/mod_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-expand/src/mod_path.rs b/crates/hir-expand/src/mod_path.rs index 05e8c585c9..fea09521e8 100644 --- a/crates/hir-expand/src/mod_path.rs +++ b/crates/hir-expand/src/mod_path.rs @@ -102,7 +102,7 @@ impl ModPath { } } - pub fn escaped(&self) -> EscapedModPath { + pub fn escaped(&self) -> EscapedModPath<'_> { EscapedModPath(self) } |