Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 19, 2024
1 parent ceb6db9 commit 417f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_remote_store_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub mod v0 {
.contents
.into_iter()
.map(|part| {
// TODO(zehiko) option unwrap
#[allow(clippy::unwrap_used)] // TODO(zehiko)
let entity_path = Into::<re_log_types::EntityPath>::into(part.path.unwrap());
let column_selector = part.components.map(|cs| {
cs.components
Expand Down

0 comments on commit 417f0ce

Please sign in to comment.