We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ad902 commit 7ff2740Copy full SHA for 7ff2740
doc/tutorial.md
@@ -937,7 +937,7 @@ allocated on the call stack and refers by pointer to captured
937
locals. To ensure that stack closures never outlive the local
938
variables to which they refer, they can only be used in argument
939
position and cannot be stored in structures nor returned from
940
-functions. Despite the usage limitations stack closures are used
+functions. Despite the limitations stack closures are used
941
pervasively in Rust code.
942
943
### Boxed closures
0 commit comments