diff --git a/src/testing/Cargo.toml b/src/testing/Cargo.toml index 049f999c..a4eaf5fc 100644 --- a/src/testing/Cargo.toml +++ b/src/testing/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" publish = false +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(never)'] } + [[bin]] name = "luhn" path = "exercise.rs"