We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub(crate)
1 parent cae0791 commit 80bf688Copy full SHA for 80bf688
compiler/rustc_transmute/src/lib.rs
@@ -9,7 +9,7 @@ extern crate tracing;
9
pub(crate) use rustc_data_structures::fx::{FxIndexMap as Map, FxIndexSet as Set};
10
11
pub mod layout;
12
-pub(crate) mod maybe_transmutable;
+mod maybe_transmutable;
13
14
#[derive(Default)]
15
pub struct Assume {
0 commit comments