mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-30 18:57:21 +00:00
Enable clippy lints by default in RLS
This commit is contained in:
parent
50a2310173
commit
098d1c4a17
6 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![warn(clippy::all)]
|
||||
|
||||
use matches::assert_matches;
|
||||
|
||||
use sqlparser::dialect::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue