Skip to content

Commit 1dca894

Browse files
committed
discard change to src/main.rs: unbalanced backtick
1 parent 63142c9 commit 1dca894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const LONG_ABOUT: &str = concat!("Westwood: ", crate_description!());
4444
#[derive(CliArgParser, Debug)]
4545
#[command(version, about = None, long_about = LONG_ABOUT)]
4646
struct CliOptions {
47-
/// File to lint, or `-` for standard input
47+
/// File to lint, or `-' for standard input
4848
file: FileOrStdin,
4949

5050
#[arg(value_enum, short, long, default_value_t = OutputFormat::Pretty)]

0 commit comments

Comments
 (0)