mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-24 16:04:04 +00:00
Clean up nightly clippy lints (#1158)
This commit is contained in:
parent
e2ce324722
commit
10cc54e10e
7 changed files with 10 additions and 8 deletions
|
@ -1305,7 +1305,7 @@ fn test_snowflake_stage_object_names() {
|
|||
"@namespace.stage_name/path",
|
||||
"@~/path",
|
||||
];
|
||||
let mut allowed_object_names = vec![
|
||||
let mut allowed_object_names = [
|
||||
ObjectName(vec![Ident::new("my_company"), Ident::new("emp_basic")]),
|
||||
ObjectName(vec![Ident::new("@namespace"), Ident::new("%table_name")]),
|
||||
ObjectName(vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue