mirror of
https://github.com/veeso/termscp.git
synced 2026-09-27 14:31:18 -07:00
lint
This commit is contained in:
@@ -38,7 +38,7 @@ impl FileTransferActivity {
|
||||
Err(err) => {
|
||||
self.log(
|
||||
LogLevel::Error,
|
||||
format!("error while polling file watcher: {}", err),
|
||||
format!("error while polling file watcher: {err}"),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user