feat: update Rust edition to 2024

This commit is contained in:
Jack Wills
2025-02-21 22:45:06 +00:00
parent e5f355a192
commit 7e4a960b88
21 changed files with 387 additions and 244 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ use std::{
mod container_state;
use crate::{
ENTRY_POINT,
app_error::AppError,
config::Config,
ui::{log_sanitizer, GuiState, Redraw, Status},
ENTRY_POINT,
ui::{GuiState, Redraw, Status, log_sanitizer},
};
pub use container_state::*;