Get rid of redundant NonStructuralMatchTyKind
This commit is contained in:
parent
1152e70363
commit
c1f54c30bb
4 changed files with 28 additions and 73 deletions
|
@ -61,7 +61,6 @@ pub use self::specialize::specialization_graph::FutureCompatOverlapError;
|
|||
pub use self::specialize::specialization_graph::FutureCompatOverlapErrorKind;
|
||||
pub use self::specialize::{specialization_graph, translate_substs, OverlapError};
|
||||
pub use self::structural_match::search_for_structural_match_violation;
|
||||
pub use self::structural_match::{NonStructuralMatchTy, NonStructuralMatchTyKind};
|
||||
pub use self::util::{
|
||||
elaborate_obligations, elaborate_predicates, elaborate_predicates_with_span,
|
||||
elaborate_trait_ref, elaborate_trait_refs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue