Skip to content

Commit

Permalink
Warn unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Sep 9, 2024
1 parent 33a4364 commit 000cffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ark/src/data_explorer/column_profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ async fn profile_column(
_ => {
// This is technically unreachable!(), but not worth panicking if
// this happens.
log::warn!("Unreachable. Unknown profile type.")
},
}
},
Expand Down

0 comments on commit 000cffd

Please sign in to comment.