diff --git a/src/build_config.rs b/src/build_config.rs index afdf9dc..0733014 100644 --- a/src/build_config.rs +++ b/src/build_config.rs @@ -7,7 +7,6 @@ pub const PROJECT_NAME: &str = env!("CARGO_PKG_NAME"); lazy_static! { pub static ref VERSION: String = || -> String { - #[allow(unused_mut)] let mut components = Vec::::new(); #[cfg(debug_assertions)]