From 1a0f44fff152c60477a3fec8b527acb4aba2a924 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 29 Dec 2024 14:44:11 +0000 Subject: [PATCH] chore: allow missing docs on tests --- README.md | 2 +- actix-tls/tests/test_connect.rs | 2 +- actix-tls/tests/test_resolvers.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d99d5ee..3193bd09 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/actix-tls/tests/test_connect.rs b/actix-tls/tests/test_connect.rs index f8aec7c5..c6885716 100644 --- a/actix-tls/tests/test_connect.rs +++ b/actix-tls/tests/test_connect.rs @@ -1,5 +1,5 @@ -#![cfg(feature = "connect")] #![allow(missing_docs)] +#![cfg(feature = "connect")] use std::{ io, diff --git a/actix-tls/tests/test_resolvers.rs b/actix-tls/tests/test_resolvers.rs index 6d7a94c5..7543c4e0 100644 --- a/actix-tls/tests/test_resolvers.rs +++ b/actix-tls/tests/test_resolvers.rs @@ -1,5 +1,5 @@ -#![cfg(feature = "connect")] #![allow(missing_docs)] +#![cfg(feature = "connect")] use std::{ io,