Mario Carneiro
61a2f972b3
skip todo
/ unimplemented
in never_loop
2023-09-03 01:54:28 -04:00
Mario Carneiro
44f64acb7e
never_loop
catches loop { panic!() }
2023-09-02 08:18:53 -04:00
Guillaume Gomez
a05d3a4137
Automatic generation of error annotations for ui tests
2023-08-22 17:18:11 +02:00
Oli Scherer
3d88fae050
Update ui test crate
2023-08-11 14:02:28 +00:00
Centri3
26f50395ba
Add needless_if
lint
2023-06-10 06:51:03 -05:00
y21
05f78e530a
allow the lint in a bunch of tests
2023-06-06 22:56:57 +02:00
JT
4f3fb0081d
Update the corresponding test and bless tests
2022-10-25 07:28:09 +13:00
Yuri Astrakhan
eb3970285b
fallout: fix tests to allow uninlined_format_args
...
In order to switch `clippy::uninlined_format_args` from pedantic to
style, all existing tests must not raise a warning. I did not want to
change the actual tests, so this is a relatively minor change that:
* add `#![allow(clippy::uninlined_format_args)]` where needed
* normalizes all allow/deny/warn attributes
* all allow attributes are grouped together
* sorted alphabetically
* the `clippy::*` attributes are listed separate from the other ones.
* deny and warn attributes are listed before the allowed ones
changelog: none
2022-10-02 15:13:22 -04:00
kyoto7250
5048af7a3a
feat(fix): Do not lint if the target code is inside a loop
2022-08-21 10:47:03 +02:00
Skyler Calaman
5b3c00f012
Successfully generalize prevention of suggestions causing multiple mutable borrows.
...
Also add some more tests to check that it's working.
2021-11-16 09:18:49 -05:00
Skyler Calaman
3e20e300f6
Fix specific code outlined in issue #7975 .
...
Still needs to generalize to other mixes of let bindings, `map` method calls, etc.
2021-11-14 18:18:43 -05:00
Cameron Steffen
f3e77a454a
Fix allow on some statement lints
2021-05-26 22:07:53 -05:00
Mateusz Gacek
1835d8a238
needless_collect: Add BinaryHeap
for indirect usage lint
2021-05-04 12:38:30 -07:00
Mateusz Gacek
b1faaaeb0c
needless_collect: Lint cases with type annotations
2021-05-04 12:38:30 -07:00
Takayuki Nakata
8f89108533
Fix FP in indirect needless_collect
when used multiple times
2020-11-12 23:29:16 +09:00
Takayuki Nakata
2f5d418011
Add test case
2020-10-26 00:01:20 +09:00
JarredAllen
5e10b039a3
Implement review suggestions
2020-08-02 21:46:18 -07:00
JarredAllen
a849483294
Fix formatting and dogfood fallout
2020-08-02 21:34:17 -07:00
JarredAllen
c86f4109fd
Split indirect collects into their own test case
2020-08-02 21:34:17 -07:00