Skip to content

Commit

Permalink
annoying lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 23, 2025
1 parent 065a6e3 commit 5555e96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/snippets/all/howto/any_batch_value_send_columns.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Use `send_column` to send an entire column of custom data to Rerun.
#![allow(clippy::from_iter_instead_of_collect)]

use std::sync::Arc;

use rerun::{external::arrow, TimeColumn};
Expand Down
2 changes: 2 additions & 0 deletions docs/snippets/all/howto/any_values_send_columns.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
//! Use `send_column` to send entire columns of custom data to Rerun.
#![allow(clippy::from_iter_instead_of_collect)]

use std::sync::Arc;

use rerun::{external::arrow, TimeColumn};
Expand Down

0 comments on commit 5555e96

Please sign in to comment.