Skip to content

Commit 28af4c9

Browse files
committed
suppress new clippy lint
1 parent bea5b98 commit 28af4c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153
// Splitting complex nodes (expressions, statements, types) into separate types
154154
// would bloat the API and hide intent. Extra memory is a worthwhile tradeoff.
155155
#![allow(clippy::large_enum_variant)]
156+
// TODO: Fix and remove this.
157+
#![expect(clippy::unnecessary_unwrap)]
156158

157159
// Allow proc-macros to find this crate
158160
extern crate self as sqlparser;

0 commit comments

Comments
 (0)