Add missing allow_missing_docs

This commit is contained in:
Guillaume Gomez
2018-06-13 22:28:21 +02:00
parent d2a4e42959
commit 231c61a76b
+1
View File
@@ -18,6 +18,7 @@
#![stable(feature = "rust1", since = "1.0.0")]
#![doc(cfg(windows))]
#![allow(missing_docs)]
pub mod ffi;
pub mod fs;