mirror of
https://github.com/fafhrd91/actix-net
synced 2025-07-31 13:43:56 +02:00
chore: allow missing docs on tests
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user