Skip to content

Commit c335166

Browse files
Brought back a sentence about supposed inefficiency.
1 parent f7584d6 commit c335166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/trpl/ownership.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ after we’ve done the move.
132132
[sh]: the-stack-and-the-heap.html
133133

134134
It’s also important to note that optimizations may remove the actual copy of
135-
the bytes on the stack, depending on circumstances.
135+
the bytes on the stack, depending on circumstances. So it may not be as
136+
inefficient as it initially seems.
136137

137138
## `Copy` types
138139

0 commit comments

Comments
 (0)