Oli Scherer
|
def1705a27
|
Update to a compiletest-rs version that requires //@ for commands
|
2023-04-20 14:44:03 +00:00 |
|
Alex Macleod
|
461e219d1d
|
Allow using clippy::msrv as an outer attribute
|
2022-11-27 12:43:17 +00:00 |
|
dswij
|
a05276620c
|
fix needless_question_mark not considering async fn
|
2022-01-23 20:31:27 +08:00 |
|
Cameron Steffen
|
919ed2ba03
|
Fix needless_quesiton_mark false positive
|
2021-05-04 16:28:13 -05:00 |
|
Cameron Steffen
|
33ed8b5b24
|
Remove needless_question_mark MSRV
|
2021-04-26 16:02:11 -05:00 |
|
Matthias Krüger
|
b42ec5e04d
|
needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
The suggestion would fail to apply.
Fixes #6921
changelog: needless_question_mark: don't lint if Some(..) is inside a macro def and the ? is not.
|
2021-03-18 23:47:21 +01:00 |
|
Hirochika Matsumoto
|
ab1da8f865
|
Add new lint upper_case_acronyms
|
2021-01-20 18:03:06 +09:00 |
|
Benjamin Sparks
|
ba87acb440
|
Implemented needless question mark lint
|
2021-01-04 14:51:48 +01:00 |
|