Skip to content
Snippets Groups Projects
Verified Commit db0604dc authored by Jeremy Soller's avatar Jeremy Soller Committed by Jacob Lorentzon
Browse files

Allow warnings

parent fed3e86b
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico", html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/net2-rs")] html_root_url = "https://doc.rust-lang.org/net2-rs")]
#![deny(missing_docs, warnings)] #![deny(missing_docs)]
// Silence warnings about deprecated try!() usage // Silence warnings about deprecated try!() usage
#![allow(deprecated)] #![allow(deprecated)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment