From c669b2f489cb551fbe53fd01f7532b5d55ffe704 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sun, 2 Feb 2020 14:27:52 +0200 Subject: Code review fixes --- crates/ra_hir_expand/src/name.rs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'crates/ra_hir_expand/src') diff --git a/crates/ra_hir_expand/src/name.rs b/crates/ra_hir_expand/src/name.rs index 44b47ec91..133805bdb 100644 --- a/crates/ra_hir_expand/src/name.rs +++ b/crates/ra_hir_expand/src/name.rs @@ -143,9 +143,6 @@ pub mod known { std, core, alloc, - hash, - fmt, - io, iter, ops, future, @@ -170,9 +167,6 @@ pub mod known { Neg, Not, Index, - Display, - Iterator, - Hasher, // Builtin macros file, column, @@ -193,6 +187,13 @@ pub mod known { PartialOrd, Eq, PartialEq, + // FIXME delete those after `ImportResolver` is removed. + hash, + fmt, + io, + Display, + Iterator, + Hasher, ); // self/Self cannot be used as an identifier -- cgit v1.2.3