Remove use of expect to fix minimum rust version

This commit is contained in:
Jeremy Soller 2025-01-23 14:45:03 -07:00
parent b9f43cb53e
commit 691719ade7
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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,
}