toml-config: address clippy lints
This commit is contained in:
parent
b7b32273be
commit
a77d915898
2 changed files with 6 additions and 4 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue