Skip to content

Commit bf796cc

Browse files
committed
Stop targeting Android
1 parent c63f89c commit bf796cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub mod stat;
3131
#[cfg(any(target_os = "linux", target_os = "android"))]
3232
pub mod syscall;
3333

34-
#[cfg(any(target_os = "linux", target_os = "android"))]
34+
#[cfg(any(target_os = "linux"))]
3535
pub mod reboot;
3636

3737
#[cfg(not(target_os = "ios"))]

0 commit comments

Comments
 (0)