mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-17 05:38:27 +00:00
clippy: remove redundant clone
This commit is contained in:
parent
80548457f9
commit
e33dbbd350
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ fn main() -> error::Result<()> {
|
|||
// Event loop
|
||||
let (reset_sender, reset_receiver) = mpsc::channel();
|
||||
create_event_thread(
|
||||
sender.clone(),
|
||||
sender,
|
||||
reset_receiver,
|
||||
app.app_config_fields.use_current_cpu_total,
|
||||
app.app_config_fields.update_rate_in_milliseconds,
|
||||
|
|
Loading…
Add table
Reference in a new issue