Add missing allow_missing_docs
This commit is contained in:
parent
d2a4e42959
commit
231c61a76b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#![stable(feature = "rust1", since = "1.0.0")]
|
#![stable(feature = "rust1", since = "1.0.0")]
|
||||||
#![doc(cfg(windows))]
|
#![doc(cfg(windows))]
|
||||||
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
pub mod ffi;
|
pub mod ffi;
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue