Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Cargo feature descriptions #3485

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update text/3485-feature-documentation.md
Co-authored-by: Ed Page <eopage@gmail.com>
  • Loading branch information
tgross35 and epage authored Jul 9, 2024
commit 4957dd014c902d6b88af4dc9f279fa73ea162b5a
2 changes: 1 addition & 1 deletion text/3485-feature-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please see the parent meta RFC for background information: [`feature-metadata`].

Cargo features have become extremely widely used, with many crates having at
least some level of configuration and larger crates winding up with tens of
gates. Desipte being a first class component of crate structure, they suffer
gates. Despite being a first class component of crate structure, they suffer
from a documentation problem: users need to maintain documentation separate from
feature definition, typically a manually-created table within API docs.

Expand Down