Skip to content

Commit ebb1ce9

Browse files
pvdrzemilio
authored andcommitted
rustfmt
1 parent 8926902 commit ebb1ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ir/context.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,8 @@ If you encounter an error missing from this list, please file an issue or a PR!"
24402440
let mut warnings = Vec::new();
24412441

24422442
for item in self.options().allowlisted_functions.unmatched_items() {
2443-
warnings.push(format!("unused option: --allowlist-function {}", item));
2443+
warnings
2444+
.push(format!("unused option: --allowlist-function {}", item));
24442445
}
24452446

24462447
for item in self.options().allowlisted_vars.unmatched_items() {

0 commit comments

Comments
 (0)