mirror of
https://github.com/zyllian/classics.git
synced 2025-01-18 03:32:41 -08:00
ignore unused error in GeneralError
This commit is contained in:
parent
373fc5889d
commit
b2c068d1ff
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ pub enum GeneralError {
|
|||
Json(#[from] serde_json::Error),
|
||||
#[error("{0}")]
|
||||
Custom(String),
|
||||
#[allow(unused)]
|
||||
#[error("{0}")]
|
||||
CustomPrivate(String),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue