mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
clippy fixes
This commit is contained in:
@@ -864,7 +864,7 @@ async fn export_backup_iroh_inner(
|
||||
dir_builder.name(
|
||||
temp_path
|
||||
.file_name()
|
||||
.map(|s| s.to_string_lossy().to_owned())
|
||||
.map(|s| s.to_string_lossy())
|
||||
.unwrap_or_default(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user