Auto merge of #10221 - smoelius:patch-1, r=Jarcho

Tiny typo: `eg.` -> `e.g.`

changelog: Fix typo in help message
This commit is contained in:
bors 2023-01-22 13:57:48 +00:00
commit 9d1bb80371

View File

@ -28,7 +28,7 @@
-D --deny OPT Set lint denied
-F --forbid OPT Set lint forbidden
You can use tool lints to allow or deny lints from your code, eg.:
You can use tool lints to allow or deny lints from your code, e.g.:
#[allow(clippy::needless_lifetimes)]
"#;