Skip to content

Commit

Permalink
refactor: remove unused cfg_attr statement (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 authored May 9, 2024
1 parent bca653f commit afbc3b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion general/echo/kmdf/exe/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//! Idiomatic Rust wrappers for the Windows Driver Kit (WDK) APIs. This crate is
//! built on top of the raw FFI bindings provided by [`wdk-sys`], and provides a
//! safe, idiomatic rust interface to the WDK.
#![cfg_attr(feature = "nightly", feature(hint_must_use))]
#![deny(missing_docs)]
#![deny(unsafe_op_in_unsafe_fn)]
#![deny(clippy::all)]
Expand Down

0 comments on commit afbc3b7

Please sign in to comment.