Update for new clippy ints (#571)

This commit is contained in:
Andrew Lamb 2022-08-11 17:18:46 -04:00 committed by GitHub
parent f07063f0cd
commit 36de9a69c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -301,7 +301,7 @@ impl fmt::Display for Whitespace {
}
/// Tokenizer error
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub struct TokenizerError {
pub message: String,
pub line: u64,