Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Oct 6, 2022
1 parent 29b1b5d commit a399c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb2snes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct USB2SnesResult {
Results: Vec<String>,
}

#[derive(PartialEq)]
#[derive(Eq,PartialEq)]
pub enum USB2SnesFileType {
File = 0,
Dir = 1,
Expand Down

0 comments on commit a399c7d

Please sign in to comment.