mirror of https://github.com/fafhrd91/actix-net
chore: allow missing docs on tests
This commit is contained in:
parent
8d1cd2ec87
commit
1a0f44fff1
|
@ -3,7 +3,7 @@
|
||||||
> A collection of lower-level libraries for composable network services.
|
> A collection of lower-level libraries for composable network services.
|
||||||
|
|
||||||
[](https://github.com/actix/actix-net/actions/workflows/ci.yml)
|
[](https://github.com/actix/actix-net/actions/workflows/ci.yml)
|
||||||
[](https://codecov.io/gh/actix/actix-net)
|
[](https://codecov.io/gh/actix/actix-net)
|
||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
[](https://deps.rs/repo/github/actix/actix-net)
|
[](https://deps.rs/repo/github/actix/actix-net)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#![cfg(feature = "connect")]
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
#![cfg(feature = "connect")]
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
io,
|
io,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#![cfg(feature = "connect")]
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
#![cfg(feature = "connect")]
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
io,
|
io,
|
||||||
|
|
Loading…
Reference in New Issue