Skip to content

Commit

Permalink
sys/unix/c: Re-add #[allow(dead_code)] for now
Browse files Browse the repository at this point in the history
Only some platforms use the entire file at the moment.
  • Loading branch information
geofft committed May 28, 2015
1 parent 824a928 commit 9a676f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/unix/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
// being 1024 bits on all platforms. If you're adding a new GNU/Linux
// port, check glibc's sysdeps/unix/sysv/linux, not the kernel headers.

#![allow(dead_code)]
#![allow(non_camel_case_types)]

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

0 comments on commit 9a676f1

Please sign in to comment.