mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 00:20:08 +01:00
refactor: obey clippy
This commit is contained in:
parent
b74a5c3032
commit
a253c1e243
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ impl<'a> ViewController<'a> {
|
||||||
let key_res = next_key.unwrap();
|
let key_res = next_key.unwrap();
|
||||||
if let Err(err) = key_res {
|
if let Err(err) = key_res {
|
||||||
// Termion not being able to read from stdin is an unrecoverable error.
|
// Termion not being able to read from stdin is an unrecoverable error.
|
||||||
panic!(err);
|
panic!("{}", err);
|
||||||
}
|
}
|
||||||
|
|
||||||
match key_res.unwrap() {
|
match key_res.unwrap() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue