Skip to content

Commit 8874edd

Browse files
authored
Update main.rs
1 parent e0ee58b commit 8874edd

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
@@ -28,7 +28,7 @@ with:
2828
-D --deny OPT Set lint denied
2929
-F --forbid OPT Set lint forbidden
3030
31-
You can use tool lints to allow or deny lints from your code, eg.:
31+
You can use tool lints to allow or deny lints from your code, e.g.:
3232
3333
#[allow(clippy::needless_lifetimes)]
3434
"#;

0 commit comments

Comments
 (0)