1
Fork 0

Reduce exposure of some items.

This commit is contained in:
Nicholas Nethercote 2023-11-16 17:08:27 +11:00
parent 290fc68f2d
commit e2664eba50
11 changed files with 16 additions and 16 deletions

View file

@ -34,13 +34,13 @@ mod common_traits;
mod consts;
mod errors;
mod implied_bounds;
pub mod instance;
mod instance;
mod layout;
mod layout_sanity_check;
mod needs_drop;
mod opaque_types;
pub mod representability;
pub mod sig_types;
mod representability;
mod sig_types;
mod structural_match;
mod ty;