Skip to content

Commit 14b76c9

Browse files
author
Matthew Katz
committed
lint
Signed-off-by: Matthew Katz <katz@spiraldb.com>
1 parent 15dd4d3 commit 14b76c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • vortex-array/src/arrays/listview

vortex-array/src/arrays/listview/array.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ pub trait ListViewArrayExt: TypedArrayRef<ListView> {
408408
/// and allocates a `BitBuffer` of length `elements.len()`, so it is extremely costly.
409409
///
410410
/// Returns `Ok(None)` when `elements` is empty.
411+
#[allow(clippy::cognitive_complexity, clippy::unnecessary_fallible_conversions)]
411412
fn compute_referenced_elements_mask(
412413
&self,
413414
ctx: &mut ExecutionCtx,

0 commit comments

Comments
 (0)