mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-16 00:39:00 +00:00
Fix clippy warnings on rust 1.83 (#1570)
This commit is contained in:
parent
5a510ac4d9
commit
6291afb2c7
7 changed files with 18 additions and 17 deletions
|
@ -584,7 +584,7 @@ struct State<'a> {
|
|||
pub col: u64,
|
||||
}
|
||||
|
||||
impl<'a> State<'a> {
|
||||
impl State<'_> {
|
||||
/// return the next character and advance the stream
|
||||
pub fn next(&mut self) -> Option<char> {
|
||||
match self.peekable.next() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue