We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece6ab commit a2ba9a7Copy full SHA for a2ba9a7
crates/oxc_linter/src/utils/mod.rs
@@ -306,7 +306,7 @@ mod test {
306
"Rule counts differ between Rust constant and JSON, please ensure both are updated"
307
);
308
for (json_rule, rust_rule) in json_rules.iter().zip(rust_rules.iter()) {
309
- assert_eq!(json_rule, rust_rule, "Mismatch for rule: {}", json_rule);
+ assert_eq!(json_rule, rust_rule, "Mismatch for rule: {json_rule}");
310
}
311
312
0 commit comments