cargo clippy fix
This commit is contained in:
parent
8cf2d48a16
commit
5ed7f6b837
8 changed files with 8 additions and 27 deletions
|
@ -175,11 +175,9 @@ impl From<&Value> for ServiceItem {
|
|||
Value::Symbol(Symbol(s))
|
||||
if s == "presentation" =>
|
||||
{
|
||||
Self::from(
|
||||
&Presentation::from(
|
||||
background,
|
||||
),
|
||||
)
|
||||
Self::from(&Presentation::from(
|
||||
background,
|
||||
))
|
||||
}
|
||||
_ => todo!(),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue