Skip to content

Commit 30edae8

Browse files
committed
fix
1 parent f188f1d commit 30edae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatting/cargo_toml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub(crate) fn format_cargo_toml_inner(content: &str, config: &Config) -> Result<
2525
current_section: String::new(),
2626
},
2727
];
28-
for mut rule in rules.into_iter() {
28+
for rule in rules.into_iter() {
2929
rule.visit_document_mut(&mut doc);
3030
}
3131

0 commit comments

Comments
 (0)