File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
5960Suppress 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
You can’t perform that action at this time.
0 commit comments