Skip to content

Commit

Permalink
Fix cargo features link
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 9, 2017
1 parent 15673b4 commit c97f2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ unsafe fn get_unchecked(&self, index) -> &V;
Do not include words in the name of a [Cargo feature] that convey zero meaning,
as in `use-abc` or `with-abc`. Name the feature `abc` directly.

[Cargo features]: http://doc.crates.io/manifest.html#the-features-section
[Cargo feature]: http://doc.crates.io/manifest.html#the-features-section

This arises most commonly for crates that have an optional dependency on the
Rust standard library. The canonical way to do this correctly is:
Expand Down

0 comments on commit c97f2fa

Please sign in to comment.