mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
Fix clippy
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ pub use libc::{
|
||||
EWOULDBLOCK, EXDEV,
|
||||
};
|
||||
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||
pub enum Error {
|
||||
Bug,
|
||||
Bug2,
|
||||
|
||||
Reference in New Issue
Block a user