about summary refs log tree commit diff
diff options
context:
space:
mode:
authory21 <30553356+y21@users.noreply.github.com>2023-06-11 12:07:34 +0200
committery21 <30553356+y21@users.noreply.github.com>2023-06-12 12:21:38 +0200
commit6ad7c6f4e67cd975db7993242f34d27ad893cc93 (patch)
treed31b9417327f53e460a0c7962f7b2ae24c1843cb
parentc8c7a3c79ccee50a852ea94386d0ed630f0d8540 (diff)
downloadrust-6ad7c6f4e67cd975db7993242f34d27ad893cc93.tar.gz
rust-6ad7c6f4e67cd975db7993242f34d27ad893cc93.zip
update lint_configuration.md
-rw-r--r--book/src/lint_configuration.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/book/src/lint_configuration.md b/book/src/lint_configuration.md
index d8793881218..085dff8e63b 100644
--- a/book/src/lint_configuration.md
+++ b/book/src/lint_configuration.md
@@ -343,7 +343,9 @@ The maximum allowed stack size for functions in bytes
 
 **Default Value:** `512000` (`u64`)
 
-* [large_stack_frames](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
+---
+**Affected lints:**
+* [`large_stack_frames`](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
 
 
 ## `vec-box-size-threshold`