File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
13
13
* New lint: [ ` assertions_on_constants ` ] to detect for example ` assert!(true) `
14
14
* New lint: [ ` dbg_macro ` ] to detect uses of the ` dbg! ` macro
15
15
* New lint: [ ` missing_const_for_fn ` ] that can suggest functions to be made ` const `
16
- * New lint: [ ` too_many_lines ` ] to detect functions with excessive LOC
16
+ * New lint: [ ` too_many_lines ` ] to detect functions with excessive LOC. It can be
17
+ configured using the ` too-many-lines-threshold ` configuration.
17
18
* New lint: [ ` wildcard_enum_match_arm ` ] to check for wildcard enum matches using ` _ `
18
19
* Expand ` redundant_closure ` to also work for methods (not only functions)
19
20
* Fix ICEs in ` vec_box ` , ` needless_pass_by_value ` and ` implicit_hasher `
You can’t perform that action at this time.
0 commit comments