Make normalize and normalize_to pub(crate)
This commit is contained in:
parent
06786227fd
commit
ce409b5200
3 changed files with 8 additions and 6 deletions
|
@ -56,7 +56,8 @@ pub use self::object_safety::astconv_object_safety_violations;
|
|||
pub use self::object_safety::is_vtable_safe_method;
|
||||
pub use self::object_safety::MethodViolationCode;
|
||||
pub use self::object_safety::ObjectSafetyViolation;
|
||||
pub use self::project::{normalize, normalize_projection_type, normalize_to, NormalizeExt};
|
||||
pub use self::project::{NormalizeExt, normalize_projection_type};
|
||||
pub(crate) use self::project::{normalize, normalize_to};
|
||||
pub use self::select::{EvaluationCache, SelectionCache, SelectionContext};
|
||||
pub use self::select::{EvaluationResult, IntercrateAmbiguityCause, OverflowError};
|
||||
pub use self::specialize::specialization_graph::FutureCompatOverlapError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue