Skip to content

Commit 6a03884

Browse files
Fix issue on unix
1 parent 231c61a commit 6a03884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sys/unix/ext/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
3636
#![stable(feature = "rust1", since = "1.0.0")]
3737
#![doc(cfg(unix))]
38+
#![allow(missing_docs)]
3839

3940
pub mod io;
4041
pub mod ffi;

0 commit comments

Comments
 (0)