Skip to content

Commit 84c1dbc

Browse files
committed
Put MSRV alias in correct place
1 parent 6941952 commit 84c1dbc

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
@@ -49,15 +49,14 @@ msrv_aliases! {
4949
1,34,0 { TRY_FROM }
5050
1,30,0 { ITERATOR_FIND_MAP, TOOL_ATTRIBUTES }
5151
1,29,0 { ITER_FLATTEN }
52-
1,28,0 { FROM_BOOL }
52+
1,28,0 { FROM_BOOL, REPEAT_WITH }
5353
1,27,0 { ITERATOR_TRY_FOLD }
5454
1,26,0 { RANGE_INCLUSIVE, STRING_RETAIN }
5555
1,24,0 { IS_ASCII_DIGIT }
5656
1,18,0 { HASH_MAP_RETAIN, HASH_SET_RETAIN }
5757
1,17,0 { FIELD_INIT_SHORTHAND, STATIC_IN_CONST, EXPECT_ERR }
5858
1,16,0 { STR_REPEAT }
5959
1,15,0 { MAYBE_BOUND_IN_WHERE }
60-
1,28,0 { REPEAT_WITH }
6160
}
6261

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

0 commit comments

Comments
 (0)