From b655d0e439da0da468e02d394e1189c5603fe752 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 12 Sep 2024 19:35:13 +0200 Subject: build: prevent warnings about unexpected cfgs --- macros/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 890c9f3..adf4eda 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -41,3 +41,7 @@ pretty_assertions = "1.3.0" syn = { version = "1.0.96", features = ["full", "extra-traits"] } utility-macros = { git = "https://git.hampusmat.com/utility-macros" } +[lints.rust.unexpected_cfgs] +level = "warn" +check-cfg = ["cfg(doc_cfg)", "cfg(tarpaulin_include)", "cfg(syrette_macros_logging)"] + -- cgit v1.2.3-18-g5258