<!-- Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place. For bug reports and false positives, please include the output of `cargo clippy -V` in the report. Thank you for using Clippy! Write your comment below this line: --> The evidence is here: ``` https://travis-ci.org/stratis-storage/stratisd/builds/633945478?utm_source=github_status&utm_medium=notification ``` There is one failure, clippy task on 1.40. There is just a single error reported. What makes this interesting is: 1. We ran the identical clippy test on Rust beta and it succeeded. That's the bottom mandatory Travis target. 2. we know it wasn't a failure on clippy task for 1.39 which was run on the same code just shortly before: ``` https://travis-ci.org/stratis-storage/stratisd/builds/633803737utm_medium=notification&utm_source=github_status. ``` So this correct clippy error appeared in 1.40, and went away again in 1.41.