mirror of
https://github.com/openharmony/third_party_rust_hyper-tls.git
synced 2026-07-19 16:44:00 -04:00
only deny warnings in tests to fix docs.rs
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
#![doc(html_root_url = "https://docs.rs/hyper-tls/0.3.0")]
|
||||
#![deny(warnings)]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user