remove warnings in ui and non ui builds

This commit is contained in:
Philip Kristoffersen
2021-10-02 14:03:18 +02:00
parent 088016843d
commit cd6881fa05
4 changed files with 86 additions and 16 deletions
-3
View File
@@ -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 },
}