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
Revisit the allowed clippy rules introduced by: #83.
A few notes on them:
match { Variant::A => ..., _ => ... }
litep2p/src/error.rs
Line 115 in 08112ca
The text was updated successfully, but these errors were encountered:
PeerIdMismatch(PeerId, PeerId) this one is used by https://github.com/dmitry-markin/p2p-probe to detect the correct PeerId.
PeerIdMismatch(PeerId, PeerId)
PeerId
Sorry, something went wrong.
Currently ignored clippy lints for context:
litep2p/src/lib.rs
Lines 21 to 29 in 5c37774
No branches or pull requests
Revisit the allowed clippy rules introduced by: #83.
A few notes on them:
match { Variant::A => ..., _ => ... }
litep2p/src/error.rs
Line 115 in 08112ca
The text was updated successfully, but these errors were encountered: