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 bbbabdf commit 423a5bbCopy full SHA for 423a5bb
src/libcore/cmp.rs
@@ -96,6 +96,7 @@ use self::Ordering::*;
96
/// For example, let's tweak our previous code a bit:
97
///
98
/// ```
99
+/// // The derive implements <BookFormat> == <BookFormat> comparisons
100
/// #[derive(PartialEq)]
101
/// enum BookFormat {
102
/// Paperback,
0 commit comments