Fix dogfood and pedantic lints

This commit is contained in:
Philipp Hansch
2018-10-31 21:54:30 +01:00
parent 64bd658516
commit 7e027217f1
2 changed files with 21 additions and 19 deletions

View File

@@ -88,6 +88,6 @@ fn update_lints() {
"begin deprecated lints",
"end deprecated lints",
false,
|| { gen_deprecated(lint_list.clone()) }
|| { gen_deprecated(&lint_list) }
);
}