Skip to content

Commit 6e87ae0

Browse files
committed
Run metadata collection
1 parent 4f5a019 commit 6e87ae0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

book/src/lint_configuration.md

+9
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Please use that command to update the file and do not edit it by hand.
5454
| [allow-mixed-uninlined-format-args](#allow-mixed-uninlined-format-args) | `true` |
5555
| [suppress-restriction-lint-in-const](#suppress-restriction-lint-in-const) | `false` |
5656
| [missing-docs-in-crate-items](#missing-docs-in-crate-items) | `false` |
57+
| [future-size-threshold](#future-size-threshold) | `16384` |
5758

5859
### arithmetic-side-effects-allowed
5960
Suppress checking of the passed type names in all types of operations.
@@ -550,4 +551,12 @@ crate. For example, `pub(crate)` items.
550551
* [missing_docs_in_private_items](https://rust-lang.github.io/rust-clippy/master/index.html#missing_docs_in_private_items)
551552

552553

554+
### future-size-threshold
555+
The maximum byte size a `Future` can have, before it triggers the `clippy::large_futures` lint
556+
557+
**Default Value:** `16384` (`u64`)
558+
559+
* [large_futures](https://rust-lang.github.io/rust-clippy/master/index.html#large_futures)
560+
561+
553562

0 commit comments

Comments
 (0)