Cleanup, obsolete attribute

This commit is contained in:
Magnus Hoff 2017-11-20 11:16:27 +01:00
parent 8519480fe4
commit 9be9575639

View file

@ -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::<String>::new();
#[cfg(debug_assertions)]