mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Initial clippy fixes as discussed in #587
This commit is contained in:
@ -150,7 +150,7 @@ impl SpeechBubble {
|
||||
{
|
||||
match &self.message {
|
||||
SpeechBubbleMessage::Plain(m) => m.to_string(),
|
||||
SpeechBubbleMessage::Localized(k, i) => i18n_variation(k.to_string(), *i).to_string(),
|
||||
SpeechBubbleMessage::Localized(k, i) => i18n_variation(k.to_string(), *i),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user