Skip to content

Commit c7416cb

Browse files
committed
Allow static_mut_refs
1 parent e68cc5f commit c7416cb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bolos/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ bolos-mock = { version = "0.1", path = "../bolos-mock" }
2828
[dev-dependencies]
2929
nom = { version = "7.1.3" }
3030
rand = "0.8.5"
31+
32+
[lints.rust]
33+
static_mut_refs = "allow"

zemu/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ cty = "0.2.1"
2020

2121
arrayvec = { version = "0.7", default-features = false }
2222
itoa = { version = "0.4", default-features = false }
23+
24+
[lints.rust]
25+
static_mut_refs = "allow"

0 commit comments

Comments
 (0)