Skip to content

Commit 3ecc2cd

Browse files
author
Bryant Mairs
committed
Require docs for the net/if_ module
1 parent f6ee419 commit 3ecc2cd

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
@@ -49,6 +49,7 @@ pub mod pty;
4949
#[deny(missing_docs)]
5050
pub mod poll;
5151

52+
#[deny(missing_docs)]
5253
pub mod net;
5354

5455
#[cfg(any(target_os = "dragonfly",

src/net/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Functionality involving network interfaces
12
// To avoid clashing with the keyword "if", we use "if_" as the module name.
23
// The original header is called "net/if.h".
34
pub mod if_;

0 commit comments

Comments
 (0)