Add MSRV check for question_mark

This commit is contained in:
Jan Verbeek 2025-03-19 09:16:58 +01:00
parent a422d9e68c
commit d793c0abfa
7 changed files with 80 additions and 4 deletions

View file

@ -74,6 +74,7 @@ msrv_aliases! {
1,17,0 { FIELD_INIT_SHORTHAND, STATIC_IN_CONST, EXPECT_ERR }
1,16,0 { STR_REPEAT }
1,15,0 { MAYBE_BOUND_IN_WHERE }
1,13,0 { QUESTION_MARK_OPERATOR }
}
/// `#[clippy::msrv]` attributes are rarely used outside of Clippy's test suite, as a basic