diff options
| author | Fuwn <[email protected]> | 2022-01-03 15:09:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-03 15:09:37 -0800 |
| commit | 39fe15c12515c42bffc79da1ab44a8be70bc8fe4 (patch) | |
| tree | 46c3d777198f33b00a7f6d27b81969142d88fa64 /crates | |
| parent | fix(winioctl): start on clippy (diff) | |
| download | driver-39fe15c12515c42bffc79da1ab44a8be70bc8fe4.tar.xz driver-39fe15c12515c42bffc79da1ab44a8be70bc8fe4.zip | |
chore(winioctl): move todo label
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/winioctl/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |