From 39fe15c12515c42bffc79da1ab44a8be70bc8fe4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Jan 2022 15:09:37 -0800 Subject: chore(winioctl): move todo label --- crates/winioctl/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/winioctl/src/lib.rs b/crates/winioctl/src/lib.rs index a128652..adc90ea 100644 --- a/crates/winioctl/src/lib.rs +++ b/crates/winioctl/src/lib.rs @@ -1,4 +1,3 @@ -// TODO #![deny( warnings, nonstandard_style, @@ -6,6 +5,7 @@ future_incompatible, rust_2018_idioms )] +// TODO #![deny(clippy::pedantic)] // clippy::all, clippy::nursery, mod error; -- cgit v1.2.3