diff options
| author | Ralf Jung <post@ralfj.de> | 2023-09-26 09:39:41 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-01-24 07:56:23 +0100 |
| commit | adbc67664b98c2c5473a61b26019c86d8304dd46 (patch) | |
| tree | 2a62d69fa404ceab0ad66007203e86ea514d3ea7 /example | |
| parent | d390c002aec16d3b4bd053b3c3dfa66543590979 (diff) | |
| download | rust-adbc67664b98c2c5473a61b26019c86d8304dd46.tar.gz rust-adbc67664b98c2c5473a61b26019c86d8304dd46.zip | |
remove StructuralEq trait
Diffstat (limited to 'example')
| -rw-r--r-- | example/mini_core.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs index 3607b7cd944..a79909ce0c8 100644 --- a/example/mini_core.rs +++ b/example/mini_core.rs @@ -104,9 +104,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {} #[lang = "structural_peq"] pub trait StructuralPartialEq {} -#[lang = "structural_teq"] -pub trait StructuralEq {} - #[lang = "not"] pub trait Not { type Output; |
