Skip to content

Commit afbc3b7

Browse files
authored
refactor: remove unused cfg_attr statement (#15)
1 parent bca653f commit afbc3b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

general/echo/kmdf/exe/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//! Idiomatic Rust wrappers for the Windows Driver Kit (WDK) APIs. This crate is
99
//! built on top of the raw FFI bindings provided by [`wdk-sys`], and provides a
1010
//! safe, idiomatic rust interface to the WDK.
11-
#![cfg_attr(feature = "nightly", feature(hint_must_use))]
1211
#![deny(missing_docs)]
1312
#![deny(unsafe_op_in_unsafe_fn)]
1413
#![deny(clippy::all)]

0 commit comments

Comments
 (0)