Skip to content

Commit

Permalink
docs: comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jan 28, 2023
1 parent 9788b8a commit 1025579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![forbid(unsafe_code)]
#![warn(clippy::unused_async, clippy::unwrap_used, clippy::expect_used)]
// Wanring - These are indeed pedantic
// Warning - These are indeed pedantic
#![warn(clippy::pedantic)]
#![warn(clippy::nursery)]
#![allow(
Expand Down

0 comments on commit 1025579

Please sign in to comment.