Skip to content

Commit be033a0

Browse files
committed
Put MSRV alias in correct place
1 parent 399fa4d commit be033a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clippy_config/src/msrvs.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ msrv_aliases! {
5050
1,34,0 { TRY_FROM }
5151
1,30,0 { ITERATOR_FIND_MAP, TOOL_ATTRIBUTES }
5252
1,29,0 { ITER_FLATTEN }
53-
1,28,0 { FROM_BOOL }
53+
1,28,0 { FROM_BOOL, REPEAT_WITH }
5454
1,27,0 { ITERATOR_TRY_FOLD }
5555
1,26,0 { RANGE_INCLUSIVE, STRING_RETAIN }
5656
1,24,0 { IS_ASCII_DIGIT }
5757
1,18,0 { HASH_MAP_RETAIN, HASH_SET_RETAIN }
5858
1,17,0 { FIELD_INIT_SHORTHAND, STATIC_IN_CONST, EXPECT_ERR }
5959
1,16,0 { STR_REPEAT }
6060
1,15,0 { MAYBE_BOUND_IN_WHERE }
61-
1,28,0 { REPEAT_WITH }
6261
}
6362

6463
/// Tracks the current MSRV from `clippy.toml`, `Cargo.toml` or set via `#[clippy::msrv]`

0 commit comments

Comments
 (0)