Skip to content

Commit

Permalink
clippy: change configuration
Browse files Browse the repository at this point in the history
This will break the build pipeline on purpose. The lints that were allowed should be fixed for the 1.0.0 release.
  • Loading branch information
gcavelier committed Aug 18, 2024
1 parent 1185607 commit d6bbdad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ multiple_crate_versions = "allow" # We cannot control our dependen
question_mark_used = "allow" # We want to be able to use the question mark operator
single_call_fn = "allow" # We prefer to have shorter functions even if they are only used once

# TODO: fix the following lints
missing_docs_in_private_items = "allow"
panic = "allow"
print_stdout = "allow"
use_debug = "allow"

[profile.release]
strip = true # Automatically strip symbols from the binary
lto = "fat" # Enable link time optimization

0 comments on commit d6bbdad

Please sign in to comment.