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 7a0b3af commit a4ef3de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# add the below section to `.cargo/config.toml`

[target.'cfg(all())']
rustflags = [
# BEGIN - Embark standard lints v6 for Rust 1.55+
Expand Down Expand Up @@ -65,7 +63,7 @@ rustflags = [
"-Wclippy::string_add",
"-Wclippy::string_lit_as_bytes",
"-Wclippy::string_to_string",
"-Wclippy::todo",
# "-Wclippy::todo", // todo!("handle these in subsequent PRs")
"-Wclippy::trait_duplication_in_bounds",
"-Wclippy::unimplemented",
"-Wclippy::unnested_or_patterns",
Expand Down

0 comments on commit a4ef3de

Please sign in to comment.