From 1025579138f11e4987263c7bfe936c4c8542f8b3 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:23:27 +0000 Subject: [PATCH] docs: comment typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 16608eb..9e3fdfe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(