Skip to content

Don't depend on clippy

Jeremy Soller requested to merge oli-obk:patch-1 into master

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.

Merge request reports