refactor: Apply clippy suggestion
This commit is contained in:
parent
c2ed9275b0
commit
3913684898
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ impl Language {
|
||||||
where
|
where
|
||||||
S: serde::Serializer,
|
S: serde::Serializer,
|
||||||
{
|
{
|
||||||
ser.serialize_str(&format!("lang_{}", field))
|
ser.serialize_str(&format!("lang_{field}"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue