Skip to content

Commit 9a676f1

Browse files
committed
sys/unix/c: Re-add #[allow(dead_code)] for now
Only some platforms use the entire file at the moment.
1 parent 824a928 commit 9a676f1

File tree

1 file changed

+1
-0
lines changed
  • src/libstd/sys/unix

1 file changed

+1
-0
lines changed

src/libstd/sys/unix/c.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// being 1024 bits on all platforms. If you're adding a new GNU/Linux
2222
// port, check glibc's sysdeps/unix/sysv/linux, not the kernel headers.
2323

24+
#![allow(dead_code)]
2425
#![allow(non_camel_case_types)]
2526

2627
pub use self::signal_os::{sigaction, siginfo, sigset_t, sigaltstack};

0 commit comments

Comments
 (0)