Skip to content

Commit 231c61a

Browse files
Add missing allow_missing_docs
1 parent d2a4e42 commit 231c61a

File tree

1 file changed

+1
-0
lines changed
  • src/libstd/sys/windows/ext

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
1919
#![stable(feature = "rust1", since = "1.0.0")]
2020
#![doc(cfg(windows))]
21+
#![allow(missing_docs)]
2122

2223
pub mod ffi;
2324
pub mod fs;

0 commit comments

Comments
 (0)