We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The build is currently failing with this error:
error: re-implementing `PartialEq::ne` is unnecessary --> src/lib.rs:686:5 | 686 | fn ne(&self, other: &Self) -> bool { | _____^ starting here... 687 | | self.len() != other.len() || self.iter().ne(other) 688 | | } | |_____^ ...ending here | note: lint level defined here --> src/lib.rs:35:38 | 35 | #![cfg_attr(feature = "clippy", deny(clippy))] | ^^^^^^ = help: for further information visit https://github.com/Manishearth/rust-clippy/wiki#partialeq_ne_impl
The text was updated successfully, but these errors were encountered:
I'd accept a PR.
Sorry, something went wrong.
Fixed by #73.
No branches or pull requests
The build is currently failing with this error:
The text was updated successfully, but these errors were encountered: