Skip to content

Commit f7e4545

Browse files
Rollup merge of rust-lang#34847 - baskerville:unwanted-tag, r=apasel422
Add missing inline code delimiters around Vec<T> r? @steveklabnik
2 parents 689fde2 + fc0d037 commit f7e4545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/nomicon/phantom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Good to go!
5656

5757
Nope.
5858

59-
The drop checker will generously determine that Vec<T> does not own any values
59+
The drop checker will generously determine that `Vec<T>` does not own any values
6060
of type T. This will in turn make it conclude that it doesn't need to worry
6161
about Vec dropping any T's in its destructor for determining drop check
6262
soundness. This will in turn allow people to create unsoundness using

0 commit comments

Comments
 (0)