-
While typing in neovim rust-analyzer interrupts the editor with the error message
`rust_analyzer: -32802: server cancelled the request`
![Image](https://github.com/user-attachments/assets/e25510e0-2…
-
Current `Makefile.toml` is unmaintained for a while, so needs an update.
Most broken part I think is clippy lint with `--deny warnings`. Basically, newer `clippy` versions will behave better (i.e. …
-
When running Clippy, there are lots of warnings like
```
warning: unnecessary qualification
--> crates\win-api-wrappers\src\thread.rs:175:54
|
175 | ThreadAttributeType::Parent…
-
__DISCLAIMER:__ I'm using a non-default clippy configuration.
With that, I have to use the following block for the generated Rust code:
```rust
#![allow(
clippy::unreadable_literal,
c…
-
### Summary
The duplicated_attributes lint is being tripped in cases where there are two different allow attributes that share the same text in their reason field. I suspect this is a requirements bu…
-
The code is full of clippy warning. It would be nice to clean up a bit. Especially the part in generated code, because our user shouldn't get clippy warnings in their code because they are using Slint…
-
It has been a while since I last ran clippy on gluon so it would be a good idea to run it again and fix whatever warnings pop up (ignoring whatever warnings seems unhelpful).
Bonus points for setti…
-
### Why
To help users navigate Github's complex interface.
### What
Clippy assistant
-
Links in **bold** are PRs in review. All tasks are @baumanj unless otherwise noted.
- [X] [Agree on lint standards](https://github.com/habitat-sh/habitat/pull/6100)
- [x] Fix lints that cause erro…
-
I'm following [these instructions](http://bazelbuild.github.io/rules_rust/rust_clippy.html) to enable clippy as an aspect on my repo. In the process of doing that, I hit an issue where there was a cli…