Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed May 24, 2024
1 parent 162a663 commit cc9dbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlparser/src/parser_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use winnow::combinator::{preceded, separated, trace};
use winnow::error::{ContextError, StrContext};
use winnow::stream::{ContainsToken, Location, Stream, StreamIsPartial};
use winnow::stream::{Location, Stream, StreamIsPartial};
use winnow::token::{any, take_while};
use winnow::{PResult, Parser, Stateful};

Expand Down

0 comments on commit cc9dbc3

Please sign in to comment.