summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-01-31 22:36:03 -0600
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-02-02 17:53:52 -0600
commitd3ff2666d699fd839e8ef530ad8d5bcea568dcff (patch)
tree833d58466d8077499ee41b19aa08ce49c51611d7 /src/sys/mod.rs
parent7c9a7af4fce3ab4c958996b23e4e409b2eb0ddf9 (diff)
downloadnix-d3ff2666d699fd839e8ef530ad8d5bcea568dcff.zip
Document reboot.rs
Diffstat (limited to 'src/sys/mod.rs')
-rw-r--r--src/sys/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/mod.rs b/src/sys/mod.rs
index 63d1a181..7ad819d2 100644
--- a/src/sys/mod.rs
+++ b/src/sys/mod.rs
@@ -91,7 +91,6 @@ feature! {
#[cfg(target_os = "linux")]
feature! {
#![feature = "reboot"]
- #[allow(missing_docs)]
pub mod reboot;
}