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:40:37 +00:00
parent b87174b5f2
commit 8d1cd2ec87
4 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
use std::{
collections::VecDeque,
io::{self, Write},