Make IconKind non_exhaustive
This commit is contained in:
parent
f20e410422
commit
a1619897e3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ use url::Url;
|
||||||
|
|
||||||
use crate::Error;
|
use crate::Error;
|
||||||
|
|
||||||
|
#[non_exhaustive]
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
pub enum IconKind {
|
pub enum IconKind {
|
||||||
HardcodedURL,
|
HardcodedURL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue