diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/windows-kernel-rs/src/lib.rs | 1 |
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; |