Skip to content

Commit

Permalink
turn off clippy warnings for todos, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Dec 13, 2024
1 parent 42ad469 commit 7738363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rustflags = [
"-Wclippy::string_add",
"-Wclippy::string_lit_as_bytes",
"-Wclippy::string_to_string",
"-Wclippy::todo",
# "-Wclippy::todo", // the last of the clippy warnings
"-Wclippy::trait_duplication_in_bounds",
"-Wclippy::unimplemented",
"-Wclippy::unnested_or_patterns",
Expand Down

0 comments on commit 7738363

Please sign in to comment.