remove StructuralEq trait
This commit is contained in:
parent
d390c002ae
commit
adbc67664b
@ -104,9 +104,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
|
|||||||
#[lang = "structural_peq"]
|
#[lang = "structural_peq"]
|
||||||
pub trait StructuralPartialEq {}
|
pub trait StructuralPartialEq {}
|
||||||
|
|
||||||
#[lang = "structural_teq"]
|
|
||||||
pub trait StructuralEq {}
|
|
||||||
|
|
||||||
#[lang = "not"]
|
#[lang = "not"]
|
||||||
pub trait Not {
|
pub trait Not {
|
||||||
type Output;
|
type Output;
|
||||||
|
Loading…
Reference in New Issue
Block a user