docs: reduce the need to guess

This commit is contained in:
Tshepang Mbambo 2022-07-19 22:32:42 +02:00 committed by GitHub
parent e6b8b4b607
commit 01d7e7ac04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
//!
//! Run
//! ```console
//! $ cargo add clap -F derive
//! $ cargo add clap --features derive
//! ```
//! *(See also [feature flag reference][_features])*
//!