mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-12 23:12:01 +00:00
[parser] Return error instead of panic (#316)
* [parser] return error instead of panic * Fix clippy warning * Fix cargo fmt warning
This commit is contained in:
parent
35ef0eee38
commit
56e50dccd4
3 changed files with 16 additions and 7 deletions
|
@ -32,7 +32,7 @@
|
|||
//!
|
||||
//! println!("AST: {:?}", ast);
|
||||
//! ```
|
||||
#![warn(clippy::all)]
|
||||
#![allow(clippy::upper_case_acronyms)]
|
||||
|
||||
pub mod ast;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue