clippy fixes (#9173)

This commit is contained in:
Squirrel
2021-07-26 14:12:18 +01:00
committed by GitHub
parent 17c6477683
commit ec047abbcf
5 changed files with 29 additions and 34 deletions
@@ -89,7 +89,7 @@ pub fn generate_solution_type(item: TokenStream) -> TokenStream {
let solution_struct = struct_def(
vis,
ident.clone(),
ident,
count,
voter_type.clone(),
target_type.clone(),