1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Silence dead code warnings for Constants

This commit is contained in:
Kevin Butler 2014-03-25 16:01:56 +00:00
parent 4b857105c9
commit 4124ce6679

View file

@ -1,4 +1,5 @@
#[allow(non_camel_case_types)];
#[allow(dead_code)];
pub use self::utmpx::{DEFAULT_FILE,USER_PROCESS,c_utmp};
#[cfg(target_os = "linux")]