mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Fix deprecation warning about bare trait object syntax
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ pub enum Error {
|
||||
UnconsumedInput(String),
|
||||
/// The string is the input at which the error was encountered.
|
||||
ParsingError(String, ParsingErrorKind),
|
||||
PeParsingError(PathBuf, Box<error::Error>),
|
||||
PeParsingError(PathBuf, Box<dyn error::Error>),
|
||||
IoError(PathBuf, io::Error),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user