-
In code, rustc will ignore:
```
#![allow(clippy::foo)]
```
But it fails with:
```
$ rustc --crate-type lib --emit metadata -Aclippy::foo t.rs
error[E0602]: unknown lint: `clippy::foo`
…
-
### Problem
The sorting behaviour is causing confusion, [me included](https://github.com/rust-lang/rust-clippy/issues/11237#issuecomment-1653459332) as I thought this was a bug until I read the RFC
…
-
Blockers
- [x] #84
- [ ] #47
- [ ] #86
- [x] #49
- [x] #50
- [x] #51
- [x] #52
- [x] #53
- [ ] #54
- [x] #55
- [ ] #58
- [ ] #48 so we can verify the CLI is general enough
- [ ] Fe…
epage updated
3 months ago
-
### What information needs to be added?
We're starting to see more "widget packs" or "design systems" appear on Github and pub, which is awesome! People evaluating Flutter, and current new Flutter us…
-
**Describe the bug**
Formatting `BigInt` value return `type 'int' is not a subtype of type 'BigInt' of 'bigInt'`. Is it intended?
**To Reproduce**
Add a minimal working example or, if not possibl…
-
### Lint explanation
In [poise](https://github.com/serenity-rs/poise/), we recently pushed [a release](https://github.com/serenity-rs/poise/releases/tag/v0.5.0) that renames a few common functions …
-
This is a tracking issue for the RFC 3606: Drop temporaries in tail expressions before local variables
- https://github.com/rust-lang/rfcs/pull/3606
The feature gate for the issue is `#![feature(sho…
-
The migration issue is that `#[macro_use] extern crate foo;` beings macros into scope from `foo` and `extern crate` is unidiomatic in the 2018 edition. `local_inner_macros ` is the current solution bu…
-
Once the NLL RFC is implemented, I'd like to get rid of all lifetime workarounds in a couple of code bases.
It would be great if there would be a lint (or groups of lints) for this. Developing this…
-
````
git clone https://github.com/rustwasm/wasm-bindgen
cd crates/web-sys
RUST_BACKTRACE=full cargo clippy --all-targets --all-features -vvvv -- --cap-lints warn
````
This consumes an unreasona…