Skip to content

Commit

Permalink
Fix typo in MetadataCommand docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and jyn514 committed Jul 29, 2021
1 parent 59c4c01 commit 7e41be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl MetadataCommand {
/// # Panics
///
/// `cargo metadata` rejects multiple `--no-default-features` flags. Similarly, the `features()`
/// method panics when specifiying multiple `CargoOpt::NoDefaultFeatures`:
/// method panics when specifying multiple `CargoOpt::NoDefaultFeatures`:
///
/// ```should_panic
/// # use cargo_metadata::{CargoOpt, MetadataCommand};
Expand Down

0 comments on commit 7e41be6

Please sign in to comment.