Skip to content

Commit d541277

Browse files
committed
os allow missing_docs
1 parent db6bc0f commit d541277

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/core/src/os/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! OS-specific functionality.
22
33
#![unstable(feature = "darwin_objc", issue = "145496")]
4+
#![allow(missing_docs)]
45

56
#[cfg(all(
67
doc,

0 commit comments

Comments
 (0)