summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-03 14:42:52 -0800
committerFuwn <[email protected]>2022-01-03 14:42:52 -0800
commit4799b785987292107e02535a20841cd17ae5bdbb (patch)
treeaf30fa1f71f740964ba75d9720d5542b01eee467 /crates
parentfix(windows-kernel-rs): don't waste cpu cycles :) (diff)
downloaddriver-4799b785987292107e02535a20841cd17ae5bdbb.tar.xz
driver-4799b785987292107e02535a20841cd17ae5bdbb.zip
chore(windows-kernel-rs): remove unused statement
Diffstat (limited to 'crates')
-rw-r--r--crates/windows-kernel-rs/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/windows-kernel-rs/src/lib.rs b/crates/windows-kernel-rs/src/lib.rs
index f952ce6..a0ddf9a 100644
--- a/crates/windows-kernel-rs/src/lib.rs
+++ b/crates/windows-kernel-rs/src/lib.rs
@@ -1,6 +1,5 @@
#![no_std]
#![feature(alloc_error_handler)]
-#![allow(clippy::too_many_arguments)]
extern crate alloc;