Skip to content

Commit 5eff2c2

Browse files
authored
Merge pull request #60 from nhpupu/check-cfg-compat
Adjust check-cfg for Rust 1.76 compatibility
2 parents 9912929 + eeff7ab commit 5eff2c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ std = []
2929
# Enable the implementation of the map Key trait for ArrayVec and ArrayString
3030
arrayvec = ["dep:arrayvec"]
3131
_test = ["dep:futures", "dep:approx", "std", "arrayvec"]
32+
33+
[lints.rust]
34+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing_repro)'] }

build.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)