Skip to content

Commit

Permalink
update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Feb 6, 2024
1 parent 905669c commit 88f3d18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ rustflags = [
"-Wclippy::same_functions_in_if_condition",
"-Wclippy::semicolon_if_nothing_returned",
"-Wclippy::single_match_else",
"-Wclippy::string_add_assign",
"-Wclippy::string_add",
"-Aclippy::string_add_assign",
"-Aclippy::string_add",
"-Wclippy::string_lit_as_bytes",
"-Wclippy::string_to_string",
"-Wclippy::trait_duplication_in_bounds",
Expand Down Expand Up @@ -119,5 +119,5 @@ rustflags = [
"-Wclippy::needless_pass_by_value",
"-Wclippy::similar_names",
"-Wclippy::uninlined_format_args",
"-Wclippy::unwrap_or_else_default",
"-Wclippy::unwrap_or_default",
]

0 comments on commit 88f3d18

Please sign in to comment.