mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
make stuff private
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#[derive(Debug, Clone, Default, PartialEq, Eq)]
|
||||
pub struct CrateGraph {
|
||||
pub(crate) crate_roots: FxHashMap<CrateId, FileId>,
|
||||
crate_roots: FxHashMap<CrateId, FileId>,
|
||||
}
|
||||
|
||||
impl CrateGraph {
|
||||
|
||||
Reference in New Issue
Block a user