Alex Macleod
|
ac643a278b
|
Don't lint redundant_field_names across macro boundaries
|
2024-03-07 12:21:16 +00:00 |
|
Alex Macleod
|
1d107ab2be
|
Remove $DIR replacement in test output
|
2024-02-17 12:34:54 +00:00 |
|
Alex Macleod
|
0c7dcba28a
|
Remove derive_new test dependency
It is the last thing depending on syn 1.0 in clippy
|
2023-09-13 18:58:47 +00:00 |
|
Urgau
|
a86e758228
|
Adjust clippy tests with new rustc help suggestion for lints
|
2023-09-04 14:22:02 +02:00 |
|
Philipp Krones
|
cc61aeea54
|
Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup
|
2023-08-24 21:32:12 +02:00 |
|
Philipp Krones
|
d05e2865a0
|
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
|
2022-12-01 18:29:38 +01:00 |
|
flip1995
|
cd0bb7de01
|
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
|
2022-10-23 15:18:45 +02:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
7bcc2cd9c8
|
update test stderr
|
2018-12-10 08:22:07 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Michael Wright
|
a1f8e129fd
|
Add a test to ensure that #2799 is fixed
Closes #2799
|
2018-08-14 07:27:56 +02:00 |
|
Michael Wright
|
ffce3c77e4
|
Fix #3000
|
2018-08-06 08:20:50 +02:00 |
|
Alex Crichton
|
ae6ea84924
|
Fix tests from 40349b23ea
|
2018-08-02 14:22:44 -07:00 |
|
Oliver Schneider
|
c7ce6c07b1
|
Rustup field -> method transition of ..=
|
2018-05-03 15:52:44 +02:00 |
|
Hidehito Yabuuchi
|
ed769a3bc4
|
Ignore all macros in redundant_field_names
|
2018-03-11 13:57:28 +09:00 |
|
Hidehito Yabuuchi
|
cdb60c6547
|
Make redundant_field_name not care range expressions
Hand-written `Range` struct family are treated normally.
|
2018-03-05 17:30:07 +09:00 |
|
Hidehito Yabuuchi
|
7b59557dcd
|
Don't lint range syntax with var name start and end
|
2018-03-05 14:31:37 +09:00 |
|
TomasKralCZ
|
42120141bd
|
Suggestion fixed, simplified lint logic.
|
2018-02-12 11:26:00 +01:00 |
|
TomasKralCZ
|
85642ddd23
|
Implement redundant field names lint #2244
|
2018-02-10 22:52:31 +01:00 |
|