Skip to content

Commit 174203e

Browse files
committed
Added #![deny(missing_docs)] to crate root
1 parent 7551026 commit 174203e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![deny(missing_docs)]
12
#![cfg_attr(feature = "unique", feature(unique))]
23

34
//! Rust bindings for [libffi](https://sourceware.org/libffi/).
@@ -74,6 +75,7 @@ extern crate libc;
7475
///
7576
/// This module is generated and undocumented, but you can see the [C
7677
/// libffi documentation](libffi.txt).
78+
#[allow(missing_docs)]
7779
pub mod raw;
7880

7981
pub mod high;

0 commit comments

Comments
 (0)