Skip to content

Commit

Permalink
Update cmp.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jan 6, 2019
1 parent 319a2c1 commit bbbabdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/cmp.rs
Expand Up @@ -65,7 +65,6 @@ use self::Ordering::*;
/// the same book if their ISBN matches, even if the formats differ:
///
/// ```
/// #[derive(PartialEq)]
/// enum BookFormat {
/// Paperback,
/// Hardback,
Expand Down Expand Up @@ -97,6 +96,7 @@ use self::Ordering::*;
/// For example, let's tweak our previous code a bit:
///
/// ```
/// #[derive(PartialEq)]
/// enum BookFormat {
/// Paperback,
/// Hardback,
Expand Down

0 comments on commit bbbabdf

Please sign in to comment.