mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-18 09:41:49 +01:00
chore: allow missing docs on tests
This commit is contained in:
parent
b87174b5f2
commit
8d1cd2ec87
@ -1,3 +1,5 @@
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::{
|
||||
collections::VecDeque,
|
||||
io::{self, Write},
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::net;
|
||||
|
||||
use actix_rt::net::TcpStream;
|
||||
|
@ -1,4 +1,5 @@
|
||||
#![cfg(feature = "connect")]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::{
|
||||
io,
|
||||
|
@ -1,4 +1,5 @@
|
||||
#![cfg(feature = "connect")]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::{
|
||||
io,
|
||||
|
Loading…
x
Reference in New Issue
Block a user