diff --git a/voxygen/src/main.rs b/voxygen/src/main.rs index 6b880b0482..c655e738eb 100644 --- a/voxygen/src/main.rs +++ b/voxygen/src/main.rs @@ -22,7 +22,6 @@ use tracing::{error, info, warn}; #[cfg(feature = "egui-ui")] use veloren_voxygen::ui::egui::EguiState; -#[allow(clippy::manual_unwrap_or)] fn main() { let userdata_dir = common_base::userdata_dir_workspace!();