Closed
Description
On rustc 1.30.0-nightly (e4ba1d41e 2018-09-15)
#![deny(warnings)]
affects doc warnings, which makes it impossible to build docs. It may take huge time for a crate to fix these warnings. See tokio-rs/tokio#437
Possible solution: distinguish warnings in code and warnings in docs by providing #![deny(doc_warnings)]