Skip to content

Commit 1c8abe6

Browse files
committed
Adjust a module visibility.
1 parent baa74a8 commit 1c8abe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_middle/src/dep_graph

compiler/rustc_middle/src/dep_graph/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::ty::print::with_reduced_queries;
1717
use crate::ty::{self, TyCtxt};
1818

1919
mod debug;
20-
pub mod dep_node;
20+
pub(crate) mod dep_node;
2121
mod dep_node_key;
2222
mod edges;
2323
mod graph;

0 commit comments

Comments
 (0)