fix
This commit is contained in:
parent
b93aa199ef
commit
3e60f40374
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
};
|
||||
use url::Url;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialOrd, PartialEq, Ord, Eq)]
|
||||
#[derive(Debug, Clone, PartialOrd, PartialEq, Ord, Eq)]
|
||||
pub enum IconKind {
|
||||
SiteLogo,
|
||||
SiteFavicon,
|
||||
|
|
Reference in a new issue