Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Polochon-street committed Sep 7, 2022
1 parent 0d52510 commit 022eaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub use libc::{
EWOULDBLOCK, EXDEV,
};

#[derive(Copy, Clone, PartialEq)]
#[derive(Copy, Clone, PartialEq, Eq)]
pub enum Error {
Bug,
Bug2,
Expand Down

0 comments on commit 022eaa2

Please sign in to comment.