Skip to content

Commit

Permalink
Remove clippy-allows
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 6, 2025
1 parent c955f1d commit 3371e2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/viewer/re_view_dataframe/src/display_record_batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pub(crate) enum ComponentData {
}

impl ComponentData {
#[allow(clippy::borrowed_box)] // https://github.com/rust-lang/rust-clippy/issues/11940
fn try_new(
descriptor: &ComponentColumnDescriptor,
column_data: &ArrowArrayRef,
Expand Down Expand Up @@ -176,7 +175,6 @@ pub(crate) enum DisplayColumn {
}

impl DisplayColumn {
#[allow(clippy::borrowed_box)] // https://github.com/rust-lang/rust-clippy/issues/11940
fn try_new(
column_descriptor: &ColumnDescriptor,
column_data: &ArrowArrayRef,
Expand Down

0 comments on commit 3371e2d

Please sign in to comment.