Fix compile error
This commit is contained in:
parent
96678df838
commit
0d3dfdf6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ use self::Ordering::*;
|
|||
/// // Implement <BookFormat> == <Book> comparisons
|
||||
/// impl PartialEq<Book> for BookFormat {
|
||||
/// fn eq(&self, other: &Book) -> bool {
|
||||
/// *other == self.format
|
||||
/// *self == other.format
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue