mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Resolve unused '#[allow(clippy::manual_unwrap_or)]' error supressions
This commit is contained in:
parent
72058ef32e
commit
360bf860ac
@ -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!();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user