Skip to content

Commit f9604a2

Browse files
committed
suppress clippy
1 parent 92fcc1b commit f9604a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/query/codegen/src/writes/register.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub fn codegen_register() {
3030
"
3131
#![allow(unused_parens)]
3232
#![allow(unused_variables)]
33+
#![allow(clippy::redundant_closure)]
3334
3435
use std::sync::Arc;
3536

src/query/expression/src/register.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#![allow(unused_parens)]
1818
#![allow(unused_variables)]
19+
#![allow(clippy::redundant_closure)]
1920

2021
use std::sync::Arc;
2122

0 commit comments

Comments
 (0)