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:
parent
4b857105c9
commit
4124ce6679
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#[allow(non_camel_case_types)];
|
#[allow(non_camel_case_types)];
|
||||||
|
#[allow(dead_code)];
|
||||||
|
|
||||||
pub use self::utmpx::{DEFAULT_FILE,USER_PROCESS,c_utmp};
|
pub use self::utmpx::{DEFAULT_FILE,USER_PROCESS,c_utmp};
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue