diff --git a/src/lib.rs b/src/lib.rs index 95fb5d0594..d056d8a731 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -230,6 +230,7 @@ //! [`stream_recv()`]: struct.Connection.html#method.stream_recv //! [HTTP/3 module]: h3/index.html +#![allow(improper_ctypes)] #![warn(missing_docs)] #[macro_use]