File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Current stable, released 2021-07-29
159
159
### Moves and Deprecations
160
160
161
161
- Deprecate ` pub_enum_variant_names ` and ` wrong_pub_self_convention ` in favor of
162
- the new ` avoid_breaking_exported_api ` config option (see
162
+ the new ` avoid-breaking-exported-api ` config option (see
163
163
[ Enhancements] ( #1-54-enhancements ) )
164
164
[ #7187 ] ( https://github.com/rust-lang/rust-clippy/pull/7187 )
165
165
- Move [ ` inconsistent_struct_constructor ` ] to ` pedantic `
@@ -181,7 +181,7 @@ Current stable, released 2021-07-29
181
181
[ #7163 ] ( https://github.com/rust-lang/rust-clippy/pull/7163 )
182
182
- [ ` if_then_some_else_none ` ] : Now works with the MSRV config
183
183
[ #7177 ] ( https://github.com/rust-lang/rust-clippy/pull/7177 )
184
- - Add ` avoid_breaking_exported_api ` config option for the lints
184
+ - Add ` avoid-breaking-exported-api ` config option for the lints
185
185
[ ` enum_variant_names ` ] , [ ` large_types_passed_by_value ` ] ,
186
186
[ ` trivially_copy_pass_by_ref ` ] , [ ` unnecessary_wraps ` ] ,
187
187
[ ` upper_case_acronyms ` ] , and [ ` wrong_self_convention ` ] . We recommend to set
You can’t perform that action at this time.
0 commit comments