Skip to content

Commit f6ee419

Browse files
author
Bryant Mairs
committed
Require docs for the poll module
1 parent 02fcdf6 commit f6ee419

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub mod mqueue;
4646
#[deny(missing_docs)]
4747
pub mod pty;
4848

49+
#[deny(missing_docs)]
4950
pub mod poll;
5051

5152
pub mod net;

src/poll.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Wait for events to trigger on specific file descriptors
12
#[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd", target_os = "linux"))]
23
use sys::time::TimeSpec;
34
#[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd", target_os = "linux"))]

0 commit comments

Comments
 (0)