mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
Remove an unnecessary pub(crate)
.
This commit is contained in:
parent
cae0791da4
commit
80bf6883be
@ -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…
Reference in New Issue
Block a user