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;
|
use url::Url;
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialOrd, PartialEq, Ord, Eq)]
|
#[derive(Debug, Clone, PartialOrd, PartialEq, Ord, Eq)]
|
||||||
pub enum IconKind {
|
pub enum IconKind {
|
||||||
SiteLogo,
|
SiteLogo,
|
||||||
SiteFavicon,
|
SiteFavicon,
|
||||||
|
|
Reference in a new issue