We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da1b02 commit 630ac97Copy full SHA for 630ac97
text/0000-cargo-libstd-awareness.md
@@ -73,7 +73,7 @@ need.
73
If/when the standard library is built with Cargo and put on crates.io, all the specially-cased
74
package names can be treated normally,
75
76
-The standard library is be downloaded and built from crates.io. Or equivalently, Cargo comes with a
+The standard library is downloaded and built from crates.io. Or equivalently, Cargo comes with a
77
cache of that build, as Cargo should be able cache builds between projects at this point. Just as in
78
phase 2, `implicit-deps = false` just prevents libstd from implicitly being appended to the list of
79
dependencies.
0 commit comments