mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 08:57:00 +05:30
fix: allow compiling on Rust 1.57.0
This commit is contained in:
parent
0d7cace68c
commit
1c73c20a12
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ impl<'a> ClipboardHandler for Handler<'a> {
|
|||
}
|
||||
let result = subst.action.apply_action(&contents);
|
||||
if let Err(e) = self.ctx.set_contents(result) {
|
||||
error!("{e}");
|
||||
error!("{}", e);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue