fix: Do not complete Drop::drop, complete std::mem::drop instead
This commit is contained in:
@@ -71,6 +71,7 @@ impl<'a> RenderContext<'a> {
|
||||
.unwrap_or(false)
|
||||
}
|
||||
|
||||
// FIXME: remove this
|
||||
fn docs(&self, def: impl HasAttrs) -> Option<hir::Documentation> {
|
||||
def.docs(self.db())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user