From 0fac6521d827939816f6e1c1676e2081d1fd6021 Mon Sep 17 00:00:00 2001 From: Stefan Altmayer Date: Sun, 16 Jun 2024 23:27:30 +0200 Subject: [PATCH] Adds `unexpected_cfgs` entry to avoid warning during build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fa45ac3..54ec8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,3 +56,6 @@ shapefile = "0.6.0" [[bench]] name = "benchmarks" harness = false + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }