Skip to content

Commit 4afc583

Browse files
authored
Merge pull request #160 from ebuildy/patch-1
chore(doc): fix typo --no-default-features
2 parents 55df3ac + f27bd90 commit 4afc583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//! enable the `tracing` feature flag:
4343
//!
4444
//! ```shell
45-
//! cargo add clap_verbosity_flag --no-default features --features tracing
45+
//! cargo add clap_verbosity_flag --no-default-features --features tracing
4646
//! ```
4747
//!
4848
//! Then you can use it like this:

0 commit comments

Comments
 (0)