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.
Is it an intended behavior or just a false positives bug? It has worked OK on previous version.
With the latest Rust beta release:
must_use_candidatelint complains about every single function in my code.Is it an intended behavior or just a false positives bug? It has worked OK on previous version.