rust/lib-hedgewars-engine/src/render/gear.rs
changeset 15766 19ad3fe48ea6
parent 15765 713f89f6c6ab
child 15890 8a6a2d931bae
--- a/rust/lib-hedgewars-engine/src/render/gear.rs	Sun Nov 15 05:35:18 2020 +0300
+++ b/rust/lib-hedgewars-engine/src/render/gear.rs	Mon Nov 16 01:41:42 2020 +0300
@@ -12,7 +12,6 @@
 
 use png::{ColorType, Decoder, DecodingError};
 
-use std::ops::BitAnd;
 use std::{
     collections::HashMap,
     ffi::OsString,