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::{Display};
#[derive(Debug,PartialEq)]
#[derive(Debug)]
enum FileState {
Open,
Closed,

Loading…
Cancel
Save