Skip to content

Commit

Permalink
Moar lintz
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jun 20, 2023
1 parent 648582c commit d762b01
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lints.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ deny = [
# Highlights potential casting mistakes
'clippy::cast_lossless',
'clippy::cast_possible_truncation',
# 'clippy::cast_possible_wrap',
# Precision loss is almost always competely fine and is only useful as a sanity check.
# https://rust-lang.github.io/rust-clippy/master/index.html#cast_precision_loss
# 'clippy::cast_precision_loss',
# 'clippy::cast_sign_loss'
'clippy::cast_possible_wrap',
'clippy::cast_precision_loss',
'clippy::cast_sign_loss'
'clippy::unnecessary_to_owned',
'clippy::nonminimal_bool',
'clippy::needless_question_mark',
Expand Down

0 comments on commit d762b01

Please sign in to comment.