diff --git a/common/src/bin/csv_import/main.rs b/common/src/bin/csv_import/main.rs index 5e594e1421..8d9271d6e2 100644 --- a/common/src/bin/csv_import/main.rs +++ b/common/src/bin/csv_import/main.rs @@ -1,5 +1,5 @@ #![deny(clippy::clone_on_ref_ptr)] -#![allow(clippy::expect_fun_call)] +#![allow(clippy::expect_fun_call)] //TODO: evaluate to remove this and use `unwrap_or_else(panic!(...))` instead use hashbrown::HashMap; use ron::ser::{to_string_pretty, PrettyConfig};