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 f7584d6 commit c335166Copy full SHA for c335166
src/doc/trpl/ownership.md
@@ -132,7 +132,8 @@ after we’ve done the move.
132
[sh]: the-stack-and-the-heap.html
133
134
It’s also important to note that optimizations may remove the actual copy of
135
-the bytes on the stack, depending on circumstances.
+the bytes on the stack, depending on circumstances. So it may not be as
136
+inefficient as it initially seems.
137
138
## `Copy` types
139
0 commit comments