summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-01-14 11:08:10 -0800
committerBryant Mairs <bryantmairs@google.com>2018-01-28 17:39:12 -0800
commitb2c5a9586332052bf842babb109097e2b7b774f2 (patch)
tree09f7fa65add4349ddb546cfd395541915a9bd322 /src/net
parent785ac7e2e1c429bd4878fdeb313060e80de58616 (diff)
downloadnix-b2c5a9586332052bf842babb109097e2b7b774f2.zip
Require docs for the net/if_ module
Diffstat (limited to 'src/net')
-rw-r--r--src/net/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs
index eca5cfbb..079fcfde 100644
--- a/src/net/mod.rs
+++ b/src/net/mod.rs
@@ -1,3 +1,4 @@
+//! Functionality involving network interfaces
// To avoid clashing with the keyword "if", we use "if_" as the module name.
// The original header is called "net/if.h".
pub mod if_;