We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63cdddb + 7dd2317 commit 256fa0dCopy full SHA for 256fa0d
tss-esapi-sys/src/lib.rs
@@ -11,6 +11,10 @@
11
clippy::all,
12
unused
13
)]
14
+// Suppress warnings from bindgen-generated code
15
+// Remove on resolution of
16
+// https://github.com/rust-lang/rust-bindgen/issues/1651
17
+#![allow(deref_nullptr)]
18
///! This crate provides a basic interface for accessing the TSS Enhanced
19
///! System API from Rust. No abstraction is provided beyond what is
20
///! automatically generated by `bindgen` - the `tss-esapi` crate is the
0 commit comments