mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +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(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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user