Skip to content

Commit 34f90b5

Browse files
committed
Fix typo
1 parent af092e5 commit 34f90b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ fn display_help() {
176176
<cyan,bold>-V, --version</> Print version info and exit
177177
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
178178
179-
See all options with<cyan,bold>cargo check --help</>.
179+
See all options with <cyan,bold>cargo check --help</>.
180180
181181
<green,bold>Allowing / Denying lints</>
182182

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fn show_help() {
2020
<cyan,bold>-V, --version</> Print version info and exit
2121
<cyan,bold>--explain [LINT]</> Print the documentation for a given lint
2222
23-
See all options with<cyan,bold>cargo check --help</>.
23+
See all options with <cyan,bold>cargo check --help</>.
2424
2525
<green,bold>Allowing / Denying lints</>
2626

0 commit comments

Comments
 (0)