From 4124ce66799465dc3275d6d6d46cda72d1183877 Mon Sep 17 00:00:00 2001 From: Kevin Butler Date: Tue, 25 Mar 2014 16:01:56 +0000 Subject: [PATCH] Silence dead code warnings for Constants --- common/utmpx.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/utmpx.rs b/common/utmpx.rs index 7d6dc3458..08837158c 100644 --- a/common/utmpx.rs +++ b/common/utmpx.rs @@ -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")]