about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-09-26 09:39:41 +0200
committerRalf Jung <post@ralfj.de>2024-01-24 07:56:23 +0100
commit215284a490a382cf9c1e2bde12484d7daa72e9aa (patch)
treec1c353f0ea93bd439ffe7b9dd0991c575fbbcee6 /example
parent558d051b1d956dc9db8fd7c437f2a624fd86e751 (diff)
downloadrust-215284a490a382cf9c1e2bde12484d7daa72e9aa.tar.gz
rust-215284a490a382cf9c1e2bde12484d7daa72e9aa.zip
remove StructuralEq trait
Diffstat (limited to 'example')
-rw-r--r--example/mini_core.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index db94bc1c86a..230009741dc 100644
--- a/example/mini_core.rs
+++ b/example/mini_core.rs
@@ -100,9 +100,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;