mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Fix Rust 1.72 clippy lints (#957)
This commit is contained in:
parent
4a2fa66b55
commit
14da37d182
6 changed files with 21 additions and 22 deletions
|
@ -1004,7 +1004,7 @@ fn test_copy_into_copy_options() {
|
|||
|
||||
#[test]
|
||||
fn test_snowflake_stage_object_names() {
|
||||
let allowed_formatted_names = vec![
|
||||
let allowed_formatted_names = [
|
||||
"my_company.emp_basic",
|
||||
"@namespace.%table_name",
|
||||
"@namespace.%table_name/path",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue