File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
crates/cargo-platform/src Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ impl Platform {
91
91
This key is not supported for selecting dependencies \
92
92
and will not work as expected. \
93
93
Use the [features] section instead: \
94
- https://doc.rust-lang.org/cargo/reference/manifest .html#the-features-section "
94
+ https://doc.rust-lang.org/cargo/reference/features .html"
95
95
) ) ,
96
96
_ => ( ) ,
97
97
} ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ dependencies through the usage of [the `[patch]` key][overriding
26
26
dependencies] , and private registry support is described in [ the Registries
27
27
chapter] [ registries ] .
28
28
29
- [ replace-section ] : manifest.md#the-replace-section
30
29
[ overriding dependencies ] : overriding-dependencies.md
31
30
[ registries ] : registries.md
32
31
You can’t perform that action at this time.
0 commit comments