Skip to content

Commit

Permalink
fix: lint group
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jul 26, 2024
1 parent f16e3d2 commit 2a83ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/informalsystems/ibc-starknet"
[workspace.lints.rust]
unsafe_code = "forbid"
dead_code = "deny"
rust_2018_idioms = "deny"
rust_2018_idioms = { level = "deny", priority = -1 }
unused_import_braces = "deny"
unused_variables = "allow"

Expand Down

0 comments on commit 2a83ca4

Please sign in to comment.