Caio
|
cd0009eb30
|
Suppress the triggering of some lints in derived structures
|
2023-04-09 08:16:20 -03:00 |
|
dswij
|
a8f68240d3
|
Add test for extra_unused_lifetimes FP on derive
This commit adds test for a `extra_unused_lifetimes` false positive from derive (#9014).
The fix for the FP is introduced in #9037.
|
2022-06-24 18:07:59 +08:00 |
|
whodi
|
29ef80c78a
|
adding spell checking
|
2022-04-15 14:18:09 -07:00 |
|
Cameron Steffen
|
6c54f61beb
|
Move mini-macro to auxilary
|
2021-05-27 11:32:14 -05:00 |
|
flip1995
|
da65d8166f
|
Don't trigger use_self in macros
|
2021-02-10 11:57:28 +01:00 |
|
Philipp Hansch
|
92f2bbbe06
|
Fix macro issues with field_reassign_with_default
|
2021-01-05 20:31:13 +01:00 |
|
Eduardo Broto
|
d17edaa152
|
Merge remote-tracking branch 'upstream/master' into rustup
|
2020-10-23 14:37:17 +02:00 |
|
varkor
|
fcde7683fe
|
Fix clippy tests
|
2020-10-22 13:23:14 +01:00 |
|
ThibsG
|
32fdb8fb0c
|
Lint on identical variable used as args in assert_eq! macro call
|
2020-10-12 23:38:31 +02:00 |
|
flip1995
|
fbf2430f02
|
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
|
2020-10-09 12:45:29 +02:00 |
|
Eduardo Broto
|
1cb3c00cba
|
Use emit=link for auxiliary proc macro crates
|
2020-09-25 15:46:32 +02:00 |
|
Vadim Petrochenkov
|
2d10babb71
|
Stabilize fn-like proc macros in expression, pattern and statement positions
|
2020-05-03 19:24:41 +03:00 |
|
Matthias Krüger
|
aff57e0f43
|
rustup https://github.com/rust-lang/rust/pull/70536
|
2020-03-30 11:17:58 +02:00 |
|
Manish Goregaokar
|
fe90b82951
|
Remove clippy_lints from useless attribute test
|
2019-11-07 12:53:36 -08:00 |
|
Philipp Hansch
|
60a1759b5f
|
Add test for derives for used_underscore_binding lint
This closes #852 as I can't reproduce the original issue anymore.
|
2019-04-20 09:33:13 +02:00 |
|
Philipp Hansch
|
2b0dc39f5b
|
Don't emit useless_attribute lint in external macros
|
2019-04-10 07:30:59 +02:00 |
|