make clippy happy

This commit is contained in:
TcMits
2025-09-04 13:04:53 +07:00
parent ce6ff74cd6
commit ddbfb6cc16

View File

@@ -2379,7 +2379,7 @@ pub mod tests {
for (input, expected) in tc {
let result = type_from_name(input);
assert_eq!(result, expected, "Failed for input: {}", input);
assert_eq!(result, expected, "Failed for input: {input}");
}
}
}