summaryrefslogtreecommitdiff
path: root/src/env.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-08-28 16:48:43 -0600
committerAlan Somers <asomers@gmail.com>2021-08-28 16:48:43 -0600
commit8cc140e2fea1a05ce115bda5e91cfbdeb54cefb4 (patch)
tree9c19ccaf890c7ccd79aade56723862706b8a069e /src/env.rs
parent48fbce9f8f42770edf4059362249c42130dc5e43 (diff)
downloadnix-8cc140e2fea1a05ce115bda5e91cfbdeb54cefb4.zip
More rust docs
Switch from allow(missing_docs) to deny(missing_docs), which should gradually help us moving forward. Also, add a few missing docs, such as for sched and aio.
Diffstat (limited to 'src/env.rs')
-rw-r--r--src/env.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.rs b/src/env.rs
index 613b0cd8..54d75959 100644
--- a/src/env.rs
+++ b/src/env.rs
@@ -1,3 +1,4 @@
+//! Environment variables
use cfg_if::cfg_if;
use std::fmt;