TimonPost / cargo-dependency-inheritor

Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.
Apache License 2.0
30 stars 1 forks source link

ci: Disallow clippy warnings #6

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Running clippy is otherwise only useful to find compile-breaking issues and severe linter errors, but not warnings.

TimonPost commented 1 year ago

Cool, ha, maybe all a bit overkill for a script xd. But nice to have. Seems like clippy isnt satisfied 😉