about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5913bd9d3d..d15755d4c5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,8 @@ All notable changes to this project will be documented in this file.
 * New lint: [`assertions_on_constants`] to detect for example `assert!(true)`
 * New lint: [`dbg_macro`] to detect uses of the `dbg!` macro
 * New lint: [`missing_const_for_fn`] that can suggest functions to be made `const`
-* New lint: [`too_many_lines`] to detect functions with excessive LOC
+* New lint: [`too_many_lines`] to detect functions with excessive LOC. It can be
+  configured using the `too-many-lines-threshold` configuration.
 * New lint: [`wildcard_enum_match_arm`] to check for wildcard enum matches using `_`
 * Expand `redundant_closure` to also work for methods (not only functions)
 * Fix ICEs in `vec_box`, `needless_pass_by_value` and `implicit_hasher`