Skip to content

Commit 1da77ae

Browse files
committed
fix: Clarify opening use of 'feature'
1 parent 1f7f2b9 commit 1da77ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3491-remove-implicit-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# Summary
77
[summary]: #summary
88

9-
By default, cargo will treat any optional dependency as a feature.
9+
By default, cargo will treat any optional dependency as a
10+
[feature](https://doc.rust-lang.org/cargo/reference/features.html).
1011
As of cargo 1.60, these can be disabled by declaring a feature that activates
1112
the optional dependency as `dep:<name>`
1213
(see [RFC #3143](https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html)).

0 commit comments

Comments
 (0)