Remove Drop-caused migration-added captures
All of these were added due to insignificant Drop types being present.
This commit is contained in:
parent
5e344da217
commit
f338900826
9 changed files with 18 additions and 30 deletions
|
|
@ -964,7 +964,6 @@ impl Tester for Collector {
|
|||
test_type: test::TestType::DocTest,
|
||||
},
|
||||
testfn: test::DynTestFn(Box::new(move || {
|
||||
let _ = &config;
|
||||
let report_unused_externs = |uext| {
|
||||
unused_externs.lock().unwrap().push(uext);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue