Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed May 7, 2024
1 parent 3b9994d commit 40637ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vortex-scalar/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl ScalarValue {
}
}

#[allow(clippy::len_without_is_empty)]
pub fn len(&self) -> usize {
match self {
ScalarValue::List(l) => l.len(),
Expand Down

0 comments on commit 40637ef

Please sign in to comment.