We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa809b + c0ca121 commit 6321eeaCopy full SHA for 6321eea
1 file changed
crates/processing_pyo3/src/graphics.rs
@@ -63,6 +63,7 @@ pub struct Image {
63
}
64
65
impl Image {
66
+ #[expect(dead_code)] // it's only used by webcam atm
67
pub(crate) fn from_entity(entity: Entity) -> Self {
68
Self { entity }
69
0 commit comments