Replies: 1 comment 2 replies
-
I think using clippy is a good thing to do. Recent nightly typically has all components so my reason for not using clippy is not valid anymore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given that swc has a lot more contributors, I think it would be useful to slowly start turning on some clippy rules. For example, the "print_stdout" rule would be useful on most crates:
https://rust-lang.github.io/rust-clippy/master/#print_stdout
This would prevent #3244
Edit: Actualy this lint rule is annoying to use until this is fixed rust-lang/rust-clippy#6610
Beta Was this translation helpful? Give feedback.
All reactions