mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
store, store_sqlite: Refactor error typing
This commit is contained in:
@@ -11,8 +11,8 @@ pub enum Error {
|
||||
InvalidData(String),
|
||||
|
||||
#[error(transparent)]
|
||||
Other(#[from] anyhow::Error),
|
||||
ParserError(#[from] ical::parser::ParserError),
|
||||
|
||||
#[error(transparent)]
|
||||
ParserError(#[from] ical::parser::ParserError),
|
||||
Other(#[from] anyhow::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user