Clean up unneeded '&'s.
This commit is contained in:
@@ -136,7 +136,7 @@ fn worker_thread(
|
||||
}
|
||||
});
|
||||
|
||||
if let &Err(ref msg) = &result {
|
||||
if let Err(ref msg) = result {
|
||||
dbg!("FAIL: {}", msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user