Skip to content

Commit

Permalink
bump likely stabilization version for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Sep 9, 2024
1 parent 94b6bdd commit 4dd8337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/clippy/clippy_config/src/msrvs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macro_rules! msrv_aliases {

// names may refer to stabilized feature flags or library items
msrv_aliases! {
1,82,0 { CONST_EXTERN_FN }
1,83,0 { CONST_EXTERN_FN }
1,81,0 { LINT_REASONS_STABILIZATION }
1,80,0 { BOX_INTO_ITER}
1,77,0 { C_STR_LITERALS }
Expand Down

0 comments on commit 4dd8337

Please sign in to comment.