We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b993c commit 7ef1697Copy full SHA for 7ef1697
crates/ra_db/src/input.rs
@@ -14,7 +14,7 @@ pub struct CrateId(pub u32);
14
15
#[derive(Debug, Clone, Default, PartialEq, Eq)]
16
pub struct CrateGraph {
17
- pub(crate) crate_roots: FxHashMap<CrateId, FileId>,
+ crate_roots: FxHashMap<CrateId, FileId>,
18
}
19
20
impl CrateGraph {
0 commit comments