mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-14 03:41:20 +00:00
It doesn't appear that https://github.com/rust-lang/rust-clippy/issues/10061 is going to be fixed any time soon. In the meantime, our CI is "red" which is misleading because we purposely don't require this CI check. It will however hit stable in ~ 2 weeks at which point our required clippy CI check will fail. Suppress clippy lint with an `allow` to make it pass.