Skip to content

Commit

Permalink
Allow static_mut_refs
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Jan 17, 2025
1 parent e68cc5f commit c7416cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bolos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ bolos-mock = { version = "0.1", path = "../bolos-mock" }
[dev-dependencies]
nom = { version = "7.1.3" }
rand = "0.8.5"

[lints.rust]
static_mut_refs = "allow"
3 changes: 3 additions & 0 deletions zemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ cty = "0.2.1"

arrayvec = { version = "0.7", default-features = false }
itoa = { version = "0.4", default-features = false }

[lints.rust]
static_mut_refs = "allow"

0 comments on commit c7416cb

Please sign in to comment.