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 7551026 commit 174203eCopy full SHA for 174203e
src/lib.rs
@@ -1,3 +1,4 @@
1
+#![deny(missing_docs)]
2
#![cfg_attr(feature = "unique", feature(unique))]
3
4
//! Rust bindings for [libffi](https://sourceware.org/libffi/).
@@ -74,6 +75,7 @@ extern crate libc;
74
75
///
76
/// This module is generated and undocumented, but you can see the [C
77
/// libffi documentation](libffi.txt).
78
+#[allow(missing_docs)]
79
pub mod raw;
80
81
pub mod high;
0 commit comments