chore: Rust linting

This commit is contained in:
Jack Wills
2025-12-09 09:42:50 +00:00
parent 38dcc65973
commit 65d7970033
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -896,7 +896,7 @@ impl AppData {
if f.starts_with('/') {
f.remove(0);
}
(*f).to_string()
(*f).clone()
})
});