fix(lints): apply clippy suggestions

This commit is contained in:
Orhun Parmaksız 2022-08-14 12:11:03 +02:00
parent a7dcc39f91
commit 1e1da30b83
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use std::sync::RwLock;
use url::Url;
/// Type of the data to store.
#[derive(Clone, Copy, Debug, PartialEq)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum PasteType {
/// Any type of file.
File,