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 86b1aa2 commit 52b0d29Copy full SHA for 52b0d29
src/ch04-01-what-is-ownership.md
@@ -361,8 +361,8 @@ different is going on.
361
362
#### Stack-Only Data: Copy
363
364
-There’s another wrinkle we haven’t talked about yet. This code using integers,
365
-part of which was shown in Listing 4-2, works and is valid:
+There’s another wrinkle we haven’t talked about yet. This code using integers –
+part of which was shown in Listing 4-2 – works and is valid:
366
367
```rust
368
{{#rustdoc_include ../listings/ch04-understanding-ownership/no-listing-06-copy/src/main.rs:here}}
0 commit comments