From 8cc140e2fea1a05ce115bda5e91cfbdeb54cefb4 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 28 Aug 2021 16:48:43 -0600 Subject: 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. --- src/env.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/env.rs') 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; -- cgit v1.2.3