Rust-for-Linux / linux

Adding support for the Rust language to the Linux kernel.
https://rust-for-linux.com
Other
3.97k stars 429 forks source link

Clippy wanted features & bugfixes #349

Open ojeda opened 3 years ago

ojeda commented 3 years ago

Features that we would like to see

Required (we almost certainly want them)

Nice to have (not critical, we could workaround if needed, etc.)

Low priority (we will likely not use them in the end)

Done (stabilized, fixed, not needed anymore, etc.)


Bugs that we would like to see fixed

Required (we almost certainly want them)

Nice to have (probably not critical, we could workaround if needed, etc.)

Low priority (we will likely not use them in the end)

Done (stabilized, fixed, or not needed anymore, etc.)

tgross35 commented 1 year ago

I am working on enabling some of these. I will exclude unnecessary_safety_comment for now because it has a false positive in macros https://github.com/rust-lang/rust-clippy/issues/10084