mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-20 12:49:47 +00:00
Fix clippy warning from rust 1.76 (#1130)
This commit is contained in:
parent
4b3ae8bd4b
commit
6245231479
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ fn parse_show_extended_full() {
|
||||||
fn parse_show_create() {
|
fn parse_show_create() {
|
||||||
let obj_name = ObjectName(vec![Ident::new("myident")]);
|
let obj_name = ObjectName(vec![Ident::new("myident")]);
|
||||||
|
|
||||||
for obj_type in &vec![
|
for obj_type in &[
|
||||||
ShowCreateObject::Table,
|
ShowCreateObject::Table,
|
||||||
ShowCreateObject::Trigger,
|
ShowCreateObject::Trigger,
|
||||||
ShowCreateObject::Event,
|
ShowCreateObject::Event,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue