summaryrefslogtreecommitdiff
path: root/src/sched.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sched.rs')
-rw-r--r--src/sched.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sched.rs b/src/sched.rs
index c2dd7b84..e888045c 100644
--- a/src/sched.rs
+++ b/src/sched.rs
@@ -8,6 +8,7 @@ use crate::{Errno, Result};
pub use self::sched_linux_like::*;
#[cfg(any(target_os = "android", target_os = "linux"))]
+#[cfg_attr(docsrs, doc(cfg(all())))]
mod sched_linux_like {
use crate::errno::Errno;
use libc::{self, c_int, c_void};