mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Remove ImportResolver-related stubs
This commit is contained in:
parent
4fd53e3e22
commit
7de7c8a7ef
2 changed files with 1 additions and 9 deletions
|
@ -187,13 +187,6 @@ 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