From 879432452d15d4e9c373a6233a0cd15e22f20ef3 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 20 Mar 2021 22:54:04 +0200 Subject: Docs --- crates/hir_ty/src/autoderef.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/hir_ty') diff --git a/crates/hir_ty/src/autoderef.rs b/crates/hir_ty/src/autoderef.rs index 0b8ac455b..23ab042c1 100644 --- a/crates/hir_ty/src/autoderef.rs +++ b/crates/hir_ty/src/autoderef.rs @@ -27,7 +27,6 @@ pub fn autoderef<'a>( krate: Option, ty: InEnvironment>, ) -> impl Iterator> + 'a { - // from_chalk let InEnvironment { value: ty, environment } = ty; successors(Some(ty), move |ty| { deref(db, krate?, InEnvironment { value: ty, environment: environment.clone() }) -- cgit v1.2.3