Skip to content

Commit 8d1cd2e

Browse files
committed
chore: allow missing docs on tests
1 parent b87174b commit 8d1cd2e

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

actix-codec/tests/test_framed_sink.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(missing_docs)]
2+
13
use std::{
24
collections::VecDeque,
35
io::{self, Write},

actix-server/tests/testing_server.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(missing_docs)]
2+
13
use std::net;
24

35
use actix_rt::net::TcpStream;

actix-tls/tests/test_connect.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(feature = "connect")]
2+
#![allow(missing_docs)]
23

34
use std::{
45
io,

actix-tls/tests/test_resolvers.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(feature = "connect")]
2+
#![allow(missing_docs)]
23

34
use std::{
45
io,

0 commit comments

Comments
 (0)