std::vec: Fix typo in fn ne
This commit is contained in:
parent
8ed8a41c62
commit
06783ce831
@ -574,7 +574,7 @@ pub mod traits {
|
||||
order::eq(self.iter(), other.iter())
|
||||
}
|
||||
fn ne(&self, other: & &'self [T]) -> bool {
|
||||
self.len() != other.len() !=
|
||||
self.len() != other.len() ||
|
||||
order::ne(self.iter(), other.iter())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user