Remove an unnecessary pub(crate).

This commit is contained in:
Nicholas Nethercote 2023-10-06 10:16:54 +11:00
parent cae0791da4
commit 80bf6883be

View File

@ -9,7 +9,7 @@ extern crate tracing;
pub(crate) use rustc_data_structures::fx::{FxIndexMap as Map, FxIndexSet as Set}; pub(crate) use rustc_data_structures::fx::{FxIndexMap as Map, FxIndexSet as Set};
pub mod layout; pub mod layout;
pub(crate) mod maybe_transmutable; mod maybe_transmutable;
#[derive(Default)] #[derive(Default)]
pub struct Assume { pub struct Assume {