about summary refs log tree commit diff
path: root/src/libuuid
diff options
context:
space:
mode:
Diffstat (limited to 'src/libuuid')
-rw-r--r--src/libuuid/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libuuid/lib.rs b/src/libuuid/lib.rs
index a5b28b73023..0a2b3744824 100644
--- a/src/libuuid/lib.rs
+++ b/src/libuuid/lib.rs
@@ -487,7 +487,7 @@ impl PartialEq for Uuid {
     }
 }
 
-impl TotalEq for Uuid {}
+impl Eq for Uuid {}
 
 // FIXME #9845: Test these more thoroughly
 impl<T: Encoder<E>, E> Encodable<T, E> for Uuid {