Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit bb18250

Browse files
committed
Fix typo
1 parent cea8fd1 commit bb18250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-fix/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub fn run() -> Result<(), Error> {
3737
.arg(
3838
Arg::with_name("edition")
3939
.long("prepare-for")
40-
.help("Fix warnigns in preparation of an edition upgrade")
40+
.help("Fix warnings in preparation of an edition upgrade")
4141
.takes_value(true)
4242
.possible_values(&["2018"]),
4343
),

0 commit comments

Comments
 (0)