fix all clippy

This commit is contained in:
2023-02-17 17:51:39 +01:00
parent 0cbd1790b0
commit 6be8482b46
5 changed files with 48 additions and 48 deletions

View File

@@ -37,7 +37,7 @@ impl FormatTypeFuncs for FormatTypeFunc {
&self,
representation: &str,
ref_name: &str,
input: bool,
_input: bool,
) -> String {
let mut rep = representation.to_string();
rep.push_str(&format_name(ref_name));