Implement cargo and clippy fixes

This commit is contained in:
2024-01-16 22:58:02 +01:00
parent 015e40c187
commit f4bbbc330c
2 changed files with 5 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ use std::{env, path::PathBuf, process};
use gtk::prelude::*;
use mcdu::McduModel;
use relm4::{gtk::PolicyType, prelude::*};
use relm4::prelude::*;
use sheet_listing::SheetListingModel;
struct AppModel {