-
```
Duplicated RLS configuration: rustfmt_path: rustfmtPath, ,rustfmt_path, ;
```
```
Unknown RLS configuration: `action_on_save` ,`action_on_starting_command_if_there_is_running_command` ,`buil…
-
Possible solutions:
- extend clippy-service & crater to provide (via an environment variable) a location for required shared libs to be dropped, and switch back to a build script in rust-systemd.
- …
-
Currently, we have `#[cfg_attr(not(target_arch = "wasm32"), deny(clippy::future_not_send))]` in a few select places. We should apply it more broadly and fix all of the issues it finds.
-
I'm not sure if it should be reported here though.
### Input C/C++ Header
### Bindgen Invocation
```Rust
use bindgen::CargoCallbacks;
// ^^^^^^^^^^^^^^
bindgen::Builder::de…
-
### Summary
The lint doesn't seem to notice when the endpoint is covered by a separate branch. It doesn't make a difference if I match that endpoint before or after the range pattern.
### Lint Name
…
-
During the dogfood test ,clippy is run on itself to make sure its code has no clippy warnings.
During this process, clippy checks all the dependencies as well, however I think this may actually not b…
-
### Code
```Rust
// Cargo.toml: a rust-version src/main.rs:9:17
|
9 | let align = core::mem::align_of::();
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is d…
-
### Describe the bug
after upgrading aws sdk from 0.x to 1.x, we started seeing [stack overflows in our tests](https://github.com/quickwit-oss/quickwit/issues/4963). After investigation, it seems `…
-
### What it does
With the introduction of `#[expect]` in [1.81.0](https://releases.rs/docs/1.81.0/), it is now possible to ensure that lint is actually relevant - i.e. there is no "allow" that does n…
-
### Expected Behaviour
`cargo clippy` works without a crash in [this](https://github.com/hatoo/zenn-content/tree/a1a2a28885b970f4ec5934bed96944ea50eadec5/rasterization-example) project.
It…