Remove an unnecessary pub(crate)
.
This commit is contained in:
parent
cae0791da4
commit
80bf6883be
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ extern crate tracing;
|
|||
pub(crate) use rustc_data_structures::fx::{FxIndexMap as Map, FxIndexSet as Set};
|
||||
|
||||
pub mod layout;
|
||||
pub(crate) mod maybe_transmutable;
|
||||
mod maybe_transmutable;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Assume {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue