Skip to content

Commit

Permalink
update lint_configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Jun 12, 2023
1 parent c8c7a3c commit 6ad7c6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/lint_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6ad7c6f

Please sign in to comment.