Update main.rs

This commit is contained in:
Samuel Moelius 2023-01-22 06:41:59 -05:00 committed by GitHub
parent e0ee58b7fd
commit 8874edd238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ with:
-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)]
"#;