mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Re-export FxHashMap
and FxHashSet
from ide_db
This commit is contained in:
parent
8154365b00
commit
4255996965
43 changed files with 70 additions and 94 deletions
|
@ -1,9 +1,9 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use ide_db::base_db::salsa::Durability;
|
||||
use ide_db::base_db::{CrateGraph, SourceDatabase};
|
||||
use ide_db::RootDatabase;
|
||||
use rustc_hash::FxHashMap;
|
||||
use ide_db::{
|
||||
base_db::{salsa::Durability, CrateGraph, SourceDatabase},
|
||||
FxHashMap, RootDatabase,
|
||||
};
|
||||
|
||||
// Feature: Shuffle Crate Graph
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue