chore: make Clippy happy
This commit is contained in:
parent
868ae1ffef
commit
14165f0137
3 changed files with 3 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ where
|
|||
T: Display,
|
||||
{
|
||||
match o {
|
||||
Some(s) => format!("{}", s),
|
||||
Some(s) => format!("{s}"),
|
||||
None => String::new(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue