Skip to content

Commit adbc676

Browse files
committed
remove StructuralEq trait
1 parent d390c00 commit adbc676

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/mini_core.rs

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
104104
#[lang = "structural_peq"]
105105
pub trait StructuralPartialEq {}
106106

107-
#[lang = "structural_teq"]
108-
pub trait StructuralEq {}
109-
110107
#[lang = "not"]
111108
pub trait Not {
112109
type Output;

0 commit comments

Comments
 (0)