Skip to content

Commit

Permalink
Prevent future errors in docs from going unnoticed
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleybeddoes committed May 18, 2017
1 parent 6fb3656 commit 282f4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//! [mio]: https://github.com/carllerche/mio
#![warn(missing_docs)]
#![doc(test(no_crate_inject, attr(deny(warnings))))]
// TODO: Remove this when it's a hard error by default (error E0446).
// See Rust issue #34537 <https://github.com/rust-lang/rust/issues/34537>
#![deny(private_in_public)]
Expand Down

0 comments on commit 282f4d0

Please sign in to comment.