Code review fixes

This commit is contained in:
Kirill Bulatov 2020-02-02 14:27:52 +02:00
parent 6dae5cbb11
commit c669b2f489
3 changed files with 19 additions and 22 deletions

View file

@ -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