Skip to content

Commit 7ef1697

Browse files
committed
make stuff private
1 parent d1b993c commit 7ef1697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_db/src/input.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub struct CrateId(pub u32);
1414

1515
#[derive(Debug, Clone, Default, PartialEq, Eq)]
1616
pub struct CrateGraph {
17-
pub(crate) crate_roots: FxHashMap<CrateId, FileId>,
17+
crate_roots: FxHashMap<CrateId, FileId>,
1818
}
1919

2020
impl CrateGraph {

0 commit comments

Comments
 (0)