Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 27, 2024
1 parent a8703c1 commit 52a995b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/verify-check-cfg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2015"
# only for testing
publish = false

build = "build.rs"

[build-dependencies]
autocfg = { path = "../.." }

1 change: 1 addition & 0 deletions ci/verify-check-cfg/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unknown_lints)]
#![deny(unexpected_cfgs)]

macro_rules! test_cfgs {
Expand Down

0 comments on commit 52a995b

Please sign in to comment.