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
flip1995
3b0c78d283
Merge remote-tracking branch 'upstream/master' into rustup
2022-05-05 13:32:06 +01:00
Camille GILLOT
e46c782662
Bless tests.
2022-04-30 13:55:17 +02:00
Samuel E. Moelius III
b35c04f7dc
Extend extra_unused_lifetimes
to handle impl lifetimes
2022-04-22 20:05:18 -04:00
flip1995
027780ca2c
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
2020-08-11 17:50:45 +02:00
Christoph Walcher
c87d999fa2
fix ui tests
2020-08-07 18:08:51 +02:00
flip1995
381f9cb34e
Run fmt and update test
2020-04-08 16:00:03 +02:00
David Tolnay
94154cad20
Downgrade trivially_copy_pass_by_ref to pedantic
2020-04-02 18:56:10 -07:00
Michael Wright
4458bef5d1
Simplify issue-4291 test
2019-09-01 07:55:29 +02:00
Philipp Hansch
3f382999ab
Lifetimes UI test cleanup
...
* Removes an unneeded `#![warn(clippy::extra_unused_lifetimes)]` from
the `needless_lifetimes` test - the tests for those are in a different
file.
* Renames `unused_lt.{rs,stderr}` to `extra_unused_lifetimes.{rs,stderr}`
* Renames `lifetimes.{rs,stderr}` to `needless_lifetimes.{rs,stderr}`
2019-05-20 19:19:49 +02:00