Skip to content

Commit

Permalink
chore: allow missing docs on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 29, 2024
1 parent 8097af6 commit b87174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-server/tests/server.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::let_underscore_future)]
#![allow(clippy::let_underscore_future, missing_docs)]

use std::{
net,
Expand Down

0 comments on commit b87174b

Please sign in to comment.