Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Nov 22, 2024
1 parent f00c451 commit e2d2995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/arroyo-planner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ pub fn register_functions(registry: &mut dyn FunctionRegistry) {

/// A UDF implementation that exists only at plan time, and which will be re-planned
/// into some other form before execution
#[allow(clippy::type_complexity)]
struct PlaceholderUdf {
name: String,
signature: Signature,
Expand Down

0 comments on commit e2d2995

Please sign in to comment.