-
There's a whole bunch of tests that aren't in test modules. This should be solved _once and for all_ using this clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#/tests_outside_tes…
Wumpf updated
2 months ago
-
I'm getting
```
warning: this function has too many arguments (22/7)
```
from my code using ouroboros. I guess this could be addressed quickly with a `#[allow(clippy::too_many_arguments)]` in the …
-
There are still a lot of instances of `unwrap`/`expect` within the code base of rustic_core.
We should activate the clippy lints: `#![deny(clippy::expect_used)]` and `#![deny(clippy::unwrap_used)]…
-
### Lint explanation
As an opt-in lint, clippy could detect when identifiers (variable/function/struct) names don't spell-check. This feature would be extendable per-project with a glossary/jargonf…
-
zulip thread: https://rust-lang.zulipchat.com/#narrow/channel/213817-t-lang/topic/proc-macro.20span.20syntax.20context.20docs.20and.20best.20practices
Are there any clear docs or guidance about proc-…
-
It seems `clippy` is complaining at multiple places.
```
$ cargo clippy
Checking teleport v0.1.0 (/home/mojox911/github-repo/teleport-transactions)
warning: this function has too many argum…
-
-
See https://github.com/bevyengine/bevy/blob/5a0c09d38fd63383281991da9d6c353ad7228f50/crates/bevy_math/clippy.toml, from https://github.com/bevyengine/bevy/issues/15236
-
I would like to be able to turn off all sound coming from clippy.
-
Whenever I try to execute the `rustc` command, it fails with the following error
`error: unknown proxy name: 'cursor-0.10.4'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gd…