This commit is contained in:
Sam Denty 2021-02-02 17:37:12 +00:00
parent b93aa199ef
commit 3e60f40374
No known key found for this signature in database
GPG key ID: F3E9308D4A43BC0E

View file

@ -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,