mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
move ide queries to ide db
This commit is contained in:
parent
be1a005ebd
commit
3223de5976
4 changed files with 14 additions and 19 deletions
|
@ -140,8 +140,6 @@ impl Default for MockDatabase {
|
|||
file_counter: 0,
|
||||
};
|
||||
db.set_crate_graph(Default::default());
|
||||
db.set_local_roots(Default::default());
|
||||
db.set_library_roots(Default::default());
|
||||
db
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue