summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-rs/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/windows-kernel-rs/src/lib.rs')
-rw-r--r--crates/windows-kernel-rs/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/windows-kernel-rs/src/lib.rs b/crates/windows-kernel-rs/src/lib.rs
index a0ddf9a..f952ce6 100644
--- a/crates/windows-kernel-rs/src/lib.rs
+++ b/crates/windows-kernel-rs/src/lib.rs
@@ -1,5 +1,6 @@
#![no_std]
#![feature(alloc_error_handler)]
+#![allow(clippy::too_many_arguments)]
extern crate alloc;