With the latest Rust beta release: ```bash ❯ 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.