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:31:46 +00:00
parent ecba6e21da
commit 8097af6a27
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(missing_docs)]
#[rustversion_msrv::msrv]
#[test]
fn compile_macros() {

View File

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