We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c6d64 commit bd3f44dCopy full SHA for bd3f44d
noita-proxy/src/net.rs
@@ -140,8 +140,7 @@ pub struct NetManager {
140
pub actual_noita_port: AtomicU16,
141
pub active_mods: Mutex<Vec<String>>,
142
pub nicknames: Mutex<HashMap<OmniPeerId, String>>,
143
- #[allow(clippy::type_complexity)]
144
- pub minas: Mutex<HashMap<OmniPeerId, ImageBuffer<Rgba<u8>, Vec<u8>>>>,
+ pub minas: Mutex<HashMap<OmniPeerId, RgbaImage>>,
145
pub new_desc: Mutex<Option<PlayerPngDesc>>,
146
loopback_channel: (
147
crossbeam::channel::Sender<NetMsg>,
0 commit comments