Skip to content

Commit 89d6009

Browse files
Make framework a private module
1 parent fe0e7c3 commit 89d6009

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/dataflow

1 file changed

+1
-1
lines changed

src/librustc_mir/dataflow/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub use self::impls::{
1616
use self::move_paths::MoveData;
1717

1818
pub mod drop_flag_effects;
19-
pub mod framework;
19+
mod framework;
2020
mod impls;
2121
pub mod move_paths;
2222

0 commit comments

Comments
 (0)