Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/infer/path.rs')
-rw-r--r--crates/hir-ty/src/infer/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/infer/path.rs b/crates/hir-ty/src/infer/path.rs
index 1b1d0e1ff6..47a905fc14 100644
--- a/crates/hir-ty/src/infer/path.rs
+++ b/crates/hir-ty/src/infer/path.rs
@@ -26,7 +26,7 @@ use crate::{
use super::{InferenceContext, InferenceTyDiagnosticSource};
-impl<'db> InferenceContext<'_, 'db> {
+impl<'db> InferenceContext<'db> {
pub(super) fn infer_path(
&mut self,
path: &Path,