Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/interner.rs')
| -rw-r--r-- | crates/hir-ty/src/interner.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/interner.rs b/crates/hir-ty/src/interner.rs index c34c4b8a7c..ca76e08fdd 100644 --- a/crates/hir-ty/src/interner.rs +++ b/crates/hir-ty/src/interner.rs @@ -168,7 +168,7 @@ impl chalk_ir::interner::Interner for Interner { } fn debug_separator_trait_ref( - separator_trait_ref: &chalk_ir::SeparatorTraitRef<Interner>, + separator_trait_ref: &chalk_ir::SeparatorTraitRef<'_, Interner>, fmt: &mut fmt::Formatter<'_>, ) -> Option<fmt::Result> { Some(write!(fmt, "{:?}", separator_trait_ref.debug(Interner))) |