Skip to content

Commit 80bf688

Browse files
committed
Remove an unnecessary pub(crate).
1 parent cae0791 commit 80bf688

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_transmute/src

1 file changed

+1
-1
lines changed

compiler/rustc_transmute/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern crate tracing;
99
pub(crate) use rustc_data_structures::fx::{FxIndexMap as Map, FxIndexSet as Set};
1010

1111
pub mod layout;
12-
pub(crate) mod maybe_transmutable;
12+
mod maybe_transmutable;
1313

1414
#[derive(Default)]
1515
pub struct Assume {

0 commit comments

Comments
 (0)