Skip to content

Commit

Permalink
clippy: Ignore large error variants
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 6, 2023
1 parent 80da7e1 commit 199f436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ rustflags = [
"-Wmissing_docs",

# TODOs:
# Fix this lint eventually.
"-Aclippy::result_large_err",

# `cargo fix` might help do these fixes,
# or add a config.toml to sub-directories which should allow these lints,
# or try allowing the lint in the specific module (lib.rs doesn't seem to work in some cases)
Expand Down

0 comments on commit 199f436

Please sign in to comment.