1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02: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
3 changed files with 3 additions and 3 deletions

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,