remove unnecessary 'PartialEq'

pull/1365/head
hyjbrave 1 year ago committed by GitHub
parent 3e08656b95
commit 72396e7e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -526,7 +526,7 @@ fn main() {
use std::fmt; use std::fmt;
use std::fmt::{Display}; use std::fmt::{Display};
#[derive(Debug,PartialEq)] #[derive(Debug)]
enum FileState { enum FileState {
Open, Open,
Closed, Closed,

Loading…
Cancel
Save