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 6ea5877 commit c564f0fCopy full SHA for c564f0f
src/leaking.md
@@ -179,8 +179,8 @@ horribly degenerate. Also *oh my gosh* it's such a ridiculous corner case.
179
> Note: This API has already been removed from std, for more information
180
> you may refer [issue #24292](https://github.com/rust-lang/rust/issues/24292).
181
>
182
-> We still remain this chapter here because we think this example is still
183
-> important, regardless of if it is still in std.
+> This section remains here because we think this example is still
+> important, regardless of whether it is part of std or not.
184
185
The thread::scoped API intended to allow threads to be spawned that reference
186
data on their parent's stack without any synchronization over that data by
0 commit comments