Skip to content

Commit

Permalink
fix(rust): Don't enable arithmetic_side_effects = "deny" yet
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 3, 2025
1 parent 5341d4d commit 926f26e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions earthly/rust/stdcfgs/cargo_manifest/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ panic = "deny"
string_slice = "deny"
unchecked_duration_subtraction = "deny"
unreachable = "deny"
missing_docs_in_private_items = "deny"
arithmetic_side_effects = "deny"
missing_docs_in_private_items = "deny"
3 changes: 1 addition & 2 deletions earthly/rust/stdcfgs/cargo_manifest/workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ panic = "deny"
string_slice = "deny"
unchecked_duration_subtraction = "deny"
unreachable = "deny"
missing_docs_in_private_items = "deny"
arithmetic_side_effects = "deny"
missing_docs_in_private_items = "deny"
3 changes: 1 addition & 2 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ panic = "deny"
string_slice = "deny"
unchecked_duration_subtraction = "deny"
unreachable = "deny"
missing_docs_in_private_items = "deny"
arithmetic_side_effects = "deny"
missing_docs_in_private_items = "deny"

0 comments on commit 926f26e

Please sign in to comment.