Skip to content
Snippets Groups Projects
Commit 0cc0014d authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(thread): Use newer lint name

parent be9aaae5
No related branches found
No related tags found
1 merge request!5feat(nix): Switch to Nix for builds
......@@ -135,8 +135,8 @@ impl ThreadManager {
})
.collect();
#[allow(clippy::clone_double_ref)]
let monitor_for_monitor_thread = self.monitor.clone();
#[allow(suspicious_double_ref_op)]
let monitor_join_handle = std::thread::spawn(move || {
let watch_result = monitor_for_monitor_thread.watch(Some(&watched_thread_ids));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment