Remove use of expect to fix minimum rust version
This commit is contained in:
parent
b9f43cb53e
commit
691719ade7
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ struct Flags {
|
|||
kind: DialogKind,
|
||||
path_opt: Option<PathBuf>,
|
||||
window_id: window::Id,
|
||||
#[expect(dead_code)]
|
||||
#[allow(dead_code)]
|
||||
config_handler: Option<cosmic_config::Config>,
|
||||
config: Config,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue