Skip to content

Commit 24dbbf8

Browse files
committed
clippy
1 parent 872ff39 commit 24dbbf8

File tree

1 file changed

+1
-1
lines changed
  • crates/camera-windows/src

1 file changed

+1
-1
lines changed

crates/camera-windows/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub enum FrameInner {
229229
DirectShow(IMediaSample),
230230
}
231231

232-
#[derive(Debug, Clone, Copy)]
232+
#[derive(Debug, Clone, Copy, PartialEq)]
233233
pub enum PixelFormat {
234234
ARGB,
235235
RGB24,

0 commit comments

Comments
 (0)