Skip to content

Commit 8097af6

Browse files
committed
chore: allow missing docs on tests
1 parent ecba6e2 commit 8097af6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

actix-macros/tests/trybuild.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(missing_docs)]
2+
13
#[rustversion_msrv::msrv]
24
#[test]
35
fn compile_macros() {

actix-rt/tests/tests.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(missing_docs)]
2+
13
use std::{
24
future::Future,
35
time::{Duration, Instant},

0 commit comments

Comments
 (0)