mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-18 04:35:32 +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.
|
||||
|
||||
[](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://deps.rs/repo/github/actix/actix-net)
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#![cfg(feature = "connect")]
|
||||
#![allow(missing_docs)]
|
||||
#![cfg(feature = "connect")]
|
||||
|
||||
use std::{
|
||||
io,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#![cfg(feature = "connect")]
|
||||
#![allow(missing_docs)]
|
||||
#![cfg(feature = "connect")]
|
||||
|
||||
use std::{
|
||||
io,
|
||||
|
Reference in New Issue
Block a user