Skip to content

Commit f94c1cd

Browse files
Artturinastro
authored andcommitted
Fix clippy error Unnecessary semicolon
1 parent 65d324d commit f94c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ fn main() {
272272
OutputFormat::Json => {
273273
crate::report::print_json(&file.to_string(), &content, &results);
274274
}
275-
};
275+
}
276276
}
277277
if edit {
278278
let (new_ast, has_changes) = crate::edit::edit_dead_code(&content, results.into_iter());

0 commit comments

Comments
 (0)