Hacker News new | ask | show | jobs
by vurpo 1588 days ago
Clippy is a linter. You don't use linters by mechanically following its warnings as gospel, you use it by double-checking the code wherever it warns and removing the warning from that function if it's a false positive.