1
Fork 0

avoid converting types into themselves (clippy::useless_conversion)

This commit is contained in:
Matthias Krüger 2021-02-17 20:37:09 +01:00
parent ee88f46bb5
commit ec50a2086a
6 changed files with 7 additions and 8 deletions

View file

@ -1473,7 +1473,6 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
}),
assoc_name,
)
.into_iter()
},
|| param_name.to_string(),
assoc_name,