Merge pull request #30 from epage/doc

docs: Include more features in rustdoc
This commit is contained in:
Ed Page 2021-11-24 14:28:20 -06:00 committed by GitHub
commit 7bb729fe25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ default = [
"suggestions",
]
debug = ["clap_derive/debug", "backtrace"] # Enables debug messages
doc = ["yaml", "regex", "unstable-replace", "unstable-multicall", "unstable-grouped"] # for docs.rs
doc = ["derive", "cargo", "wrap_help", "yaml", "regex", "env", "unstable-replace", "unstable-multicall", "unstable-grouped"] # for docs.rs
# Used in default
std = ["indexmap/std"] # support for no_std in a backwards-compatible way