rust-libp2p
rust-libp2p copied to clipboard
Fix warnings produced by `cargo doc --workspace`
Description
Currently, cargo doc is emitting a number of warnings. We should fix those and amend the CI configuration to fail as soon as any warnings are emitted.
Motivation
Warnings are (often) no good.
Current Implementation
Are you planning to do it yourself in a pull request?
Maybe.