mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
remove warnings in ui and non ui builds
This commit is contained in:
@@ -101,9 +101,6 @@ pub enum ItchErrors {
|
||||
)]
|
||||
PathNotFound { path: String },
|
||||
|
||||
#[fail(display = "Could not read Itch db at {} error: {}", path, error)]
|
||||
ReadDirError { path: String, error: std::io::Error },
|
||||
|
||||
#[fail(display = "Could not parse Itch db at {} error: {}", path, error)]
|
||||
ParseError { path: String, error: String },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user