We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea5b98 commit 28af4c9Copy full SHA for 28af4c9
src/lib.rs
@@ -153,6 +153,8 @@
153
// Splitting complex nodes (expressions, statements, types) into separate types
154
// would bloat the API and hide intent. Extra memory is a worthwhile tradeoff.
155
#![allow(clippy::large_enum_variant)]
156
+// TODO: Fix and remove this.
157
+#![expect(clippy::unnecessary_unwrap)]
158
159
// Allow proc-macros to find this crate
160
extern crate self as sqlparser;
0 commit comments