mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Code review fixes
This commit is contained in:
parent
6dae5cbb11
commit
c669b2f489
3 changed files with 19 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue