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