1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 20:01:48 +01:00

chore: allow missing docs on tests

This commit is contained in:
Rob Ede 2024-12-29 14:40:37 +00:00
parent b87174b5f2
commit 8d1cd2ec87
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
4 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
use std::{ use std::{
collections::VecDeque, collections::VecDeque,
io::{self, Write}, io::{self, Write},

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
use std::net; use std::net;
use actix_rt::net::TcpStream; use actix_rt::net::TcpStream;

View File

@ -1,4 +1,5 @@
#![cfg(feature = "connect")] #![cfg(feature = "connect")]
#![allow(missing_docs)]
use std::{ use std::{
io, io,

View File

@ -1,4 +1,5 @@
#![cfg(feature = "connect")] #![cfg(feature = "connect")]
#![allow(missing_docs)]
use std::{ use std::{
io, io,