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 6012657 commit 5526e10Copy full SHA for 5526e10
src/doc/src/reference/source-replacement.md
@@ -18,7 +18,7 @@ with another** to express strategies such as:
18
Cargo has a core assumption about source replacement that the source code is
19
exactly the same from both sources. Note that this also means that
20
a replacement source is not allowed to have crates which are not present in the
21
-default crates.io source.
+original source.
22
23
As a consequence, source replacement is not appropriate for situations such as
24
patching a dependency or a private registry. Cargo supports patching
0 commit comments