fix clippy things (#1200)

This commit is contained in:
Svyatoslav Nikolsky
2021-11-04 15:59:20 +03:00
committed by Bastian Köcher
parent 48121604cd
commit c2b38ba530
9 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -613,7 +613,7 @@ where
statement_req_receiver,
},
)?;
let handle = Handle::new(overseer_handle.clone());
let handle = Handle::new(overseer_handle);
{
let handle = handle.clone();