File tree 1 file changed +9
-0
lines changed
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.
54
54
| [ allow-mixed-uninlined-format-args] ( #allow-mixed-uninlined-format-args ) | ` true ` |
55
55
| [ suppress-restriction-lint-in-const] ( #suppress-restriction-lint-in-const ) | ` false ` |
56
56
| [ missing-docs-in-crate-items] ( #missing-docs-in-crate-items ) | ` false ` |
57
+ | [ future-size-threshold] ( #future-size-threshold ) | ` 16384 ` |
57
58
58
59
### arithmetic-side-effects-allowed
59
60
Suppress checking of the passed type names in all types of operations.
@@ -550,4 +551,12 @@ crate. For example, `pub(crate)` items.
550
551
* [ missing_docs_in_private_items] ( https://rust-lang.github.io/rust-clippy/master/index.html#missing_docs_in_private_items )
551
552
552
553
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
+
553
562
You can’t perform that action at this time.
0 commit comments