Fix a bunch of warnings

This commit is contained in:
bjorn3
2026-03-11 22:03:35 +01:00
parent 49ef369fed
commit 9795abb0ea
15 changed files with 24 additions and 37 deletions
+1 -2
View File
@@ -396,8 +396,7 @@ impl Display for KeymapKind {
KeymapKind::Bepo => "bepo",
KeymapKind::IT => "it",
};
f.write_str(s);
Ok(())
f.write_str(s)
}
}