diff options
| author | Fuwn <[email protected]> | 2022-01-03 14:42:52 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-03 14:42:52 -0800 |
| commit | 4799b785987292107e02535a20841cd17ae5bdbb (patch) | |
| tree | af30fa1f71f740964ba75d9720d5542b01eee467 /crates | |
| parent | fix(windows-kernel-rs): don't waste cpu cycles :) (diff) | |
| download | driver-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.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; |