summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-07-10 10:28:38 -0600
committerAlan Somers <asomers@gmail.com>2022-07-10 10:28:38 -0600
commit349f3acf423f8f38d69eb49b89d2872864b871c4 (patch)
tree516a995dbb65d6ca5b99c21de0c9714fa4fe5f62 /src/lib.rs
parentd988c65d86a8d7cf74622af2378e1e611d1f2966 (diff)
downloadnix-349f3acf423f8f38d69eb49b89d2872864b871c4.zip
More docs for the dir module
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a2d5f817..68939209 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -65,7 +65,6 @@ mod macros;
#[cfg(not(target_os = "redox"))]
feature! {
#![feature = "dir"]
- #[allow(missing_docs)]
pub mod dir;
}
feature! {