We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With the latest Rust beta release:
❯ cargo +beta clippy -- --version clippy 0.0.212 (c8e3cfbd 2019-10-28)
must_use_candidate lint complains about every single function in my code.
must_use_candidate
Is it an intended behavior or just a false positives bug? It has worked OK on previous version.