Skip to content
Snippets Groups Projects
Verified Commit b33b0a0c authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

clippy: Fix semicolon_inside_block for free

parent c0e26626
No related branches found
No related tags found
1 merge request!47Fix most of `clippy::restriction` and `clippy::pedantic`
......@@ -34,7 +34,6 @@ rustflags = [
# clippy::restriction
"-Aclippy::non_ascii_literal",
"-Aclippy::panic_in_result_fn",
"-Aclippy::semicolon_inside_block",
"-Aclippy::str_to_string",
"-Aclippy::string_to_string",
"-Aclippy::tests_outside_test_module",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment