Description
... /opt/.cargo/registry/src/github.com-1ecc6299db9ec823/im-12.3.1/clippy.toml
: found deprecated field cyclomatic-complexity-threshold
. Please use cognitive-complexity-threshold
instead.
I use clippy in CI, and started getting this error a few days ago. The error is coming from one of my dependencies, so I don't expect clippy to be checking it to begin with.
Is there a way to stop clippy from checking dependencies / make the error a warning instead?