Skip to content

Commit 627e62a

Browse files
committed
fix: remove uneeded derived traits
1 parent b252052 commit 627e62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download-cef/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl CefVersion {
290290
}
291291
}
292292

293-
#[derive(Eq, PartialEq, Deserialize, Serialize)]
293+
#[derive(Deserialize, Serialize)]
294294
pub struct CefFile {
295295
#[serde(rename = "type")]
296296
pub file_type: String,

0 commit comments

Comments
 (0)