mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-07-01 14:02:54 +00:00
Use variable directly in format!
This commit is contained in:
@ -88,7 +88,7 @@ where
|
||||
where
|
||||
E: Error,
|
||||
{
|
||||
Ok(format!("{}", v))
|
||||
Ok(format!("{v}"))
|
||||
}
|
||||
|
||||
fn visit_str<E>(self, v: &str) -> Result<Self::Value, E>
|
||||
|
Reference in New Issue
Block a user