add todo for clippy exception

This commit is contained in:
Marcel Märtens 2021-06-08 15:45:46 +02:00
parent dc4bd0de75
commit 37c508d05d

View File

@ -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};