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

chore: allow missing docs on tests

This commit is contained in:
Rob Ede 2024-12-29 14:44:11 +00:00
parent 8d1cd2ec87
commit 1a0f44fff1
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
> A collection of lower-level libraries for composable network services.
[![CI](https://github.com/actix/actix-net/actions/workflows/ci.yml/badge.svg?event=push&style=flat-square)](https://github.com/actix/actix-net/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net)
[![codecov](https://codecov.io/gh/actix/actix-net/graph/badge.svg?token=8rKIZKtLLm)](https://codecov.io/gh/actix/actix-net)
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
[![Dependency Status](https://deps.rs/repo/github/actix/actix-net/status.svg)](https://deps.rs/repo/github/actix/actix-net)

View File

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

View File

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