Skip to content

Commit

Permalink
This somehow passed in nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Dec 22, 2024
1 parent f6c17a8 commit e789351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cast_possible_wrap = "allow" # we're doing too much math for this
cast_precision_loss = "allow" # we're doing too much math for this
cast_sign_loss = "allow" # we're doing too much math for this
unreadable_literal = "allow" # only really used in tests where it doesn't matter
module_name_repetitions = "allow" # looks nicer


#[profile.release]
Expand Down

0 comments on commit e789351

Please sign in to comment.