Clippy code cleanup

This commit is contained in:
2026-08-15 13:22:59 +03:00
parent 9917702c4c
commit e676898135
22 changed files with 290 additions and 171 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ pub fn push_note(set_id: u32, item: HistoryItem) {
item.before,
item.after
);
writeln!(&mut file, "{}", line_str.to_string()).unwrap();
writeln!(&mut file, "{}", line_str).unwrap();
}
pub fn history_dir() -> PathBuf {