diff --git a/h3/src/tests/mod.rs b/h3/src/tests/mod.rs index f9c742df..d3c9f198 100644 --- a/h3/src/tests/mod.rs +++ b/h3/src/tests/mod.rs @@ -5,6 +5,7 @@ // Having a dev-dependency on h3_quinn would work as far as cargo is // concerned, but quic traits wouldn't match between the "h3" crate that // comes before h3_quinn and the one that comes after and runs the tests +#[allow(unexpected_cfgs)] #[path = "../../../h3-quinn/src/lib.rs"] mod h3_quinn;