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

clippy: Fix unneeded_field_pattern

parent c15f6d3f
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::unneeded_field_pattern",
"-Aclippy::unwrap_in_result",
# clippy::style
......
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