Skip to content

Commit

Permalink
Silence config warnings from Rust 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
kaymanb committed Oct 14, 2024
1 parent b12bd6d commit a6bd6df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions todc-mem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ shuttle = ["dep:shuttle"]
[[bench]]
name = "compare_snapshot_implementations"
harness = false

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
3 changes: 3 additions & 0 deletions todc-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ tokio-test = "0.4.3"

[features]
turmoil = ["dep:turmoil"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }

0 comments on commit a6bd6df

Please sign in to comment.