Skip to content

Commit

Permalink
m: Use Cargo.toml lint fix instead of build.rs
Browse files Browse the repository at this point in the history
#135 (comment)

Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed May 20, 2024
1 parent eb54e95 commit cd159e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ std = ["concurrent-queue/std", "parking"]
portable-atomic = ["portable-atomic-util", "portable_atomic_crate"]
loom = ["concurrent-queue/loom", "parking?/loom", "dep:loom"]

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

[dependencies]
concurrent-queue = { version = "2.4.0", default-features = false }
pin-project-lite = "0.2.12"
Expand Down
7 changes: 0 additions & 7 deletions build.rs

This file was deleted.

0 comments on commit cd159e6

Please sign in to comment.