Don't depend on clippy
Created by: oli-obk
fixes #37 (closed)
While it's admirable to use clippy unconditionally, it will stop working when any major change happens to the compiler. Therefor it is usually better to use cargo clippy
or a "*"
version dependency.