Skip to content

Commit

Permalink
allow a few things we can't fix yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Sep 11, 2023
1 parent 4b4d8a4 commit 1fe83b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/corro-types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::manual_slice_size_calculation, clippy::collapsible_match)]
pub mod actor;
pub mod agent;
pub mod api;
Expand Down
1 change: 1 addition & 0 deletions crates/corro-types/src/pubsub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ fn extract_expr_columns(
.children
.push(extract_select_columns(select, schema)?);
}
#[allow(clippy::collapsible_match)]
Expr::FunctionCall { args, .. } => {
if let Some(args) = args {
for expr in args.iter() {
Expand Down

0 comments on commit 1fe83b7

Please sign in to comment.