mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
Make clippy "happy". (#1950)
* Make clippy "happy". Address all clippy complaints that are not purely stylistic (or even have corner cases with false positives). Ignore all "style" and "pedantic" lints. * Fix tests. * Undo unnecessary API change.
This commit is contained in:
@ -241,7 +241,7 @@ where
|
||||
.expect("Can't receive an inbound substream if disabled; QED")
|
||||
.inject_fully_negotiated_inbound(out, info)
|
||||
} else {
|
||||
panic!("Unpexpected Either::Right in enabled `inject_fully_negotiated_inbound`.")
|
||||
panic!("Unexpected Either::Right in enabled `inject_fully_negotiated_inbound`.")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user