diff --git a/actix-macros/tests/trybuild.rs b/actix-macros/tests/trybuild.rs index 5cfb1b6e..f50dd8c7 100644 --- a/actix-macros/tests/trybuild.rs +++ b/actix-macros/tests/trybuild.rs @@ -1,3 +1,5 @@ +#![allow(missing_docs)] + #[rustversion_msrv::msrv] #[test] fn compile_macros() { diff --git a/actix-rt/tests/tests.rs b/actix-rt/tests/tests.rs index 330e27ff..ae4c6812 100644 --- a/actix-rt/tests/tests.rs +++ b/actix-rt/tests/tests.rs @@ -1,3 +1,5 @@ +#![allow(missing_docs)] + use std::{ future::Future, time::{Duration, Instant},