Skip to content

Commit

Permalink
fix rebase weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Jun 8, 2023
1 parent 31ef900 commit 617e504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4814,7 +4814,6 @@ Released 2018-09-13
[`get_last_with_len`]: https://rust-lang.github.io/rust-clippy/master/index.html#get_last_with_len
[`get_unwrap`]: https://rust-lang.github.io/rust-clippy/master/index.html#get_unwrap
[`host_endian_bytes`]: https://rust-lang.github.io/rust-clippy/master/index.html#host_endian_bytes
[`large_stack_frames`]: https://rust-lang.github.io/rust-clippy/master/index.html#large_stack_frames
[`identity_conversion`]: https://rust-lang.github.io/rust-clippy/master/index.html#identity_conversion
[`identity_op`]: https://rust-lang.github.io/rust-clippy/master/index.html#identity_op
[`if_let_mutex`]: https://rust-lang.github.io/rust-clippy/master/index.html#if_let_mutex
Expand Down
4 changes: 2 additions & 2 deletions book/src/lint_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,15 @@ The maximum allowed size for arrays on the stack
* [`large_const_arrays`](https://rust-lang.github.io/rust-clippy/master/index.html#large_const_arrays)


### stack-size-threshold
## `stack-size-threshold`
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)


### vec-box-size-threshold
## `vec-box-size-threshold`
The size of the boxed type in bytes, where boxing in a `Vec` is allowed

**Default Value:** `4096` (`u64`)
Expand Down
1 change: 1 addition & 0 deletions tests/ui-toml/toml_unknown_key/conf_unknown_key.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ error: error reading Clippy's configuration file: unknown field `barfoo`, expect
semicolon-inside-block-ignore-singleline
semicolon-outside-block-ignore-multiline
single-char-binding-names-threshold
stack-size-threshold
standard-macro-braces
suppress-restriction-lint-in-const
third-party
Expand Down

0 comments on commit 617e504

Please sign in to comment.