We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca653f commit afbc3b7Copy full SHA for afbc3b7
general/echo/kmdf/exe/src/main.rs
@@ -8,7 +8,6 @@
8
//! Idiomatic Rust wrappers for the Windows Driver Kit (WDK) APIs. This crate is
9
//! built on top of the raw FFI bindings provided by [`wdk-sys`], and provides a
10
//! safe, idiomatic rust interface to the WDK.
11
-#![cfg_attr(feature = "nightly", feature(hint_must_use))]
12
#![deny(missing_docs)]
13
#![deny(unsafe_op_in_unsafe_fn)]
14
#![deny(clippy::all)]
0 commit comments