Appease clippy
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ impl Mappings for InputMapping {
|
||||
for (keyboard_key, keys) in &self.keys {
|
||||
let name = match keyboard_key {
|
||||
PhysicalKey::Code(code) => format!("{code:?}"),
|
||||
k => format!("{:?}", k),
|
||||
k => format!("{k:?}"),
|
||||
};
|
||||
for key in keys.iter() {
|
||||
results.entry(key).or_default().push(name.clone());
|
||||
|
||||
Reference in New Issue
Block a user