mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-16 04:00:15 +00:00
Update for new clippy ints (#571)
This commit is contained in:
parent
f07063f0cd
commit
36de9a69c6
2 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue