Skip to content

Commit 0e95395

Browse files
committed
remove inaccurate doc
1 parent 41b86b1 commit 0e95395

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
//! find a 1 to 1 mapping to the original C sample app code versus a full proper
66
//! Rust implementation
77
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.
118
#![deny(missing_docs)]
129
#![deny(unsafe_op_in_unsafe_fn)]
1310
#![deny(clippy::all)]

0 commit comments

Comments
 (0)