Solve the rest of the compiler warnings.
This commit is contained in:
@@ -18,7 +18,7 @@ impl<I> ParseError<I> for CustomError<I> {
|
||||
CustomError::Nom(input, kind)
|
||||
}
|
||||
|
||||
fn append(_input: I, _kind: ErrorKind, mut other: Self) -> Self {
|
||||
fn append(_input: I, _kind: ErrorKind, /*mut*/ other: Self) -> Self {
|
||||
// Doesn't do append like VerboseError
|
||||
other
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user