diff options
Diffstat (limited to 'crates/windows-kernel-rs/src/lib.rs')
| -rw-r--r-- | crates/windows-kernel-rs/src/lib.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/windows-kernel-rs/src/lib.rs b/crates/windows-kernel-rs/src/lib.rs index a0ddf9a..9acac05 100644 --- a/crates/windows-kernel-rs/src/lib.rs +++ b/crates/windows-kernel-rs/src/lib.rs @@ -1,5 +1,14 @@ #![no_std] #![feature(alloc_error_handler)] +// TODO +// #![deny( +// warnings, +// nonstandard_style, +// unused, +// future_incompatible, +// rust_2018_idioms +// )] +// #![deny(clippy::all, clippy::nursery, clippy::pedantic)] extern crate alloc; |