1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

chore: allow missing docs on tests

This commit is contained in:
Rob Ede
2024-12-29 14:31:46 +00:00
parent ecba6e21da
commit 8097af6a27
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
use std::{
future::Future,
time::{Duration, Instant},