We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4788c2 commit fc0d037Copy full SHA for fc0d037
src/doc/nomicon/phantom-data.md
@@ -56,7 +56,7 @@ Good to go!
56
57
Nope.
58
59
-The drop checker will generously determine that Vec<T> does not own any values
+The drop checker will generously determine that `Vec<T>` does not own any values
60
of type T. This will in turn make it conclude that it doesn't need to worry
61
about Vec dropping any T's in its destructor for determining drop check
62
soundness. This will in turn allow people to create unsoundness using
0 commit comments