Skip to content

Commit 653ee61

Browse files
committed
Use modern deny
1 parent 90870f3 commit 653ee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpbis/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![deny(broken_intra_doc_links)]
1+
#![deny(rustdoc::broken_intra_doc_links)]
22
#![deny(missing_docs)]
33

44
//! Asynchnous HTTP/2 client and server implementation.

0 commit comments

Comments
 (0)