mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
parent
0cecbd6732
commit
0a40a0aea4
@ -480,7 +480,7 @@ never intended to support this feature, so for now this message is just a
|
|||||||
warning. In the future, however, this message will become a hard error.
|
warning. In the future, however, this message will become a hard error.
|
||||||
|
|
||||||
To change the dependency graph via an override it's recommended to use the
|
To change the dependency graph via an override it's recommended to use the
|
||||||
`[replace]` feature of Cargo instead of the path override feature. This is
|
`[patch]` feature of Cargo instead of the path override feature. This is
|
||||||
documented online at the url below for more information.
|
documented online at the url below for more information.
|
||||||
|
|
||||||
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
|
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
|
||||||
|
@ -183,7 +183,7 @@ impl<'cfg> Source for DirectorySource<'cfg> {
|
|||||||
\n\
|
\n\
|
||||||
directory sources are not intended to be edited, if \
|
directory sources are not intended to be edited, if \
|
||||||
modifications are required then it is recommended \
|
modifications are required then it is recommended \
|
||||||
that [replace] is used with a forked copy of the \
|
that `[patch]` is used with a forked copy of the \
|
||||||
source\
|
source\
|
||||||
",
|
",
|
||||||
file.display(),
|
file.display(),
|
||||||
|
@ -472,7 +472,7 @@ expected: [..]
|
|||||||
actual: [..]
|
actual: [..]
|
||||||
|
|
||||||
directory sources are not intended to be edited, if modifications are \
|
directory sources are not intended to be edited, if modifications are \
|
||||||
required then it is recommended that [replace] is used with a forked copy of \
|
required then it is recommended that `[patch]` is used with a forked copy of \
|
||||||
the source
|
the source
|
||||||
",
|
",
|
||||||
)
|
)
|
||||||
|
@ -65,7 +65,7 @@ never intended to support this feature, so for now this message is just a
|
|||||||
warning. In the future, however, this message will become a hard error.
|
warning. In the future, however, this message will become a hard error.
|
||||||
|
|
||||||
To change the dependency graph via an override it's recommended to use the
|
To change the dependency graph via an override it's recommended to use the
|
||||||
`[replace]` feature of Cargo instead of the path override feature. This is
|
`[patch]` feature of Cargo instead of the path override feature. This is
|
||||||
documented online at the url below for more information.
|
documented online at the url below for more information.
|
||||||
|
|
||||||
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
|
https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user