Skip to content

Commit b87174b

Browse files
committed
chore: allow missing docs on tests
1 parent 8097af6 commit b87174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-server/tests/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(clippy::let_underscore_future)]
1+
#![allow(clippy::let_underscore_future, missing_docs)]
22

33
use std::{
44
net,

0 commit comments

Comments
 (0)