We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ee699 commit a115c30Copy full SHA for a115c30
src/lib.rs
@@ -3,6 +3,7 @@
3
#![deny(missing_debug_implementations)]
4
#![cfg_attr(test, deny(warnings))]
5
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
6
+#![allow(deprecated)]
7
8
//! # hyper
9
//!
0 commit comments