docs: comment typo

This commit is contained in:
Jack Wills
2023-01-28 17:23:27 +00:00
parent 9788b8afd9
commit 1025579138
+1 -1
View File
@@ -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(