1
0
Fork 0
forked from wry/wry

toml-config: address clippy lints

This commit is contained in:
Julian Orth 2024-10-19 11:50:58 +02:00
parent b7b32273be
commit a77d915898
2 changed files with 6 additions and 4 deletions

View file

@ -70,7 +70,7 @@ pub enum Action {
idle: Duration,
},
ConfigureInput {
input: Input,
input: Box<Input>,
},
ConfigureOutput {
out: Output,
@ -97,7 +97,7 @@ pub enum Action {
level: LogLevel,
},
SetRenderDevice {
dev: DrmDeviceMatch,
dev: Box<DrmDeviceMatch>,
},
SetStatus {
status: Option<Status>,