mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2025-01-31 04:52:37 -05:00
fix(lints): apply clippy suggestions
This commit is contained in:
parent
a7dcc39f91
commit
1e1da30b83
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use std::sync::RwLock;
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
/// Type of the data to store.
|
/// Type of the data to store.
|
||||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||||
pub enum PasteType {
|
pub enum PasteType {
|
||||||
/// Any type of file.
|
/// Any type of file.
|
||||||
File,
|
File,
|
||||||
|
|
Loading…
Reference in a new issue