We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
framework
1 parent fe0e7c3 commit 89d6009Copy full SHA for 89d6009
src/librustc_mir/dataflow/mod.rs
@@ -16,7 +16,7 @@ pub use self::impls::{
16
use self::move_paths::MoveData;
17
18
pub mod drop_flag_effects;
19
-pub mod framework;
+mod framework;
20
mod impls;
21
pub mod move_paths;
22
0 commit comments