We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3dfdf commit 319a2c1Copy full SHA for 319a2c1
src/libcore/cmp.rs
@@ -65,6 +65,7 @@ use self::Ordering::*;
65
/// the same book if their ISBN matches, even if the formats differ:
66
///
67
/// ```
68
+/// #[derive(PartialEq)]
69
/// enum BookFormat {
70
/// Paperback,
71
/// Hardback,
0 commit comments