Skip to content

Commit

Permalink
fix: happy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Dec 10, 2024
1 parent d12b841 commit 1919586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proof-of-sql/src/sql/proof_plans/union_exec_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ fn we_can_prove_and_get_the_correct_result_from_a_union_exec() {
assert_eq!(res, expected_res);
}

#[allow(clippy::too_many_lines)]
#[test]
fn we_can_prove_and_get_the_correct_result_from_a_more_complex_union_exec() {
let alloc = Bump::new();
Expand Down

0 comments on commit 1919586

Please sign in to comment.