mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
make stuff private
This commit is contained in:
parent
d1b993c0aa
commit
7ef1697df8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pub struct CrateId(pub u32);
|
|||
|
||||
#[derive(Debug, Clone, Default, PartialEq, Eq)]
|
||||
pub struct CrateGraph {
|
||||
pub(crate) crate_roots: FxHashMap<CrateId, FileId>,
|
||||
crate_roots: FxHashMap<CrateId, FileId>,
|
||||
}
|
||||
|
||||
impl CrateGraph {
|
||||
|
|
Loading…
Reference in a new issue