We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e534f commit 47101b1Copy full SHA for 47101b1
.travis.yml
@@ -44,7 +44,7 @@ deploy:
44
skip-cleanup: true
45
github-token: $GITHUB_PAGES_TOKEN
46
local-dir: target/doc
47
- keep-history: false
+ keep-history: true
48
verbose: true
49
on:
50
branch: master
src/libproc/proc_pid.rs
@@ -552,7 +552,6 @@ pub fn am_root() -> bool {
552
unsafe { libc::getuid() == 0 }
553
}
554
555
-/// Linux doc page
556
#[cfg(target_os = "linux")]
557
pub fn am_root() -> bool {
558
// when this becomes stable in rust libc then we can remove this function or combine for mac and linux
0 commit comments