Skip to content

Commit 6ad7c6f

Browse files
committed
update lint_configuration.md
1 parent c8c7a3c commit 6ad7c6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/src/lint_configuration.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@ The maximum allowed stack size for functions in bytes
343343

344344
**Default Value:** `512000` (`u64`)
345345

346-
* [large_stack_frames](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
346+
---
347+
**Affected lints:**
348+
* [`large_stack_frames`](https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames)
347349

348350

349351
## `vec-box-size-threshold`

0 commit comments

Comments
 (0)