fixup! fixup! feat(core): introduce stream-like image decoding

matejcik/lifetimehell
cepetr 2 weeks ago
parent d0802ce566
commit f246d98d49

@ -160,6 +160,7 @@ impl<'a> PartialEq for BinaryData<'a> {
(Self::Slice(a), Self::Slice(b)) => a.as_ptr() == b.as_ptr() && a.len() == b.len(),
#[cfg(feature = "micropython")]
(Self::Object(a), Self::Object(b)) => a == b,
#[cfg(feature = "micropython")]
_ => false,
}
}

Loading…
Cancel
Save