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 1f7f2b9 commit 1da77aeCopy full SHA for 1da77ae
text/3491-remove-implicit-features.md
@@ -6,7 +6,8 @@
6
# Summary
7
[summary]: #summary
8
9
-By default, cargo will treat any optional dependency as a feature.
+By default, cargo will treat any optional dependency as a
10
+[feature](https://doc.rust-lang.org/cargo/reference/features.html).
11
As of cargo 1.60, these can be disabled by declaring a feature that activates
12
the optional dependency as `dep:<name>`
13
(see [RFC #3143](https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html)).
0 commit comments