Skip to content

Commit 1708196

Browse files
committed
update lint_configuration.md
1 parent 617e504 commit 1708196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/src/lint_configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ The maximum allowed stack size for functions in bytes
333333

334334
**Default Value:** `512000` (`u64`)
335335

336-
* [large_stack_frames](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
336+
---
337+
**Affected lints:**
338+
* [`large_stack_frames`](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
337339

338340

339341
## `vec-box-size-threshold`

0 commit comments

Comments
 (0)