-
### Describe your use case
If `cargo-semver-checks` is invoked with an option like `--current-rustdoc`, then no `Cargo.toml` manifest is used for checking. Since all lint configuration currently live…
-
Hi @BurntSushi. I figured I'd open an issue to ask before putting up a PR. Are you interested in running clippy on this crate as part of CI?
Clippy reports 44 warnings and 2 hard errors on `bstr` c…
-
## 概要
-Dwarningsを入れたせいでunused variableとかがerrorになりビルドが失敗したように見える. 非常に健康に悪い.
-
Since https://github.com/rust-lang/rust-clippy/issues/12497 is merged.
Here: https://github.com/rust-lang/rustc_codegen_gcc/blob/7ff5d39980b7ac84d702ff0e82df02163dfe9265/src/intrinsic/mod.rs#L129
-
类似 Apple 生态中的拷贝和粘贴问题
-
This issue tracks [clippy](https://github.com/rust-lang/rust-clippy) adoption as part of nearcore CI.
We've decided to gradually enable clippy starting from the most useful checks (see the discussi…
-
### What it does
Suggest to replace `if xxx { Some(yyy) } else { None }` with `(xxx).then(|| yyy)`, it is simpler and cleaner.
Bonus point if the condition is `if xxx { None } else { Some(yyy) }` -> …
-
I was looking at rls which has this warning
````
error: calls to `std::mem::drop` with a value that implements Copy. Dropping a copy leaves the original intact.
--> rls-rustc/src/lib.rs:22:5
…
-
-
This discussion aims to outline what would be required to add comprehensive support for the arm32v7 hardware architecture. Because it was in the top 3 best-selling computers of all time, and edge hard…