blob: 0d38c94ac0556a4d2839cfb5f2de36dec9d2833b [file] [log] [blame]
//@ check-pass
//@ compile-flags: --crate-type lib
#![deny(rustdoc)]
//~^ WARNING removed: use `rustdoc::all`
#![deny(rustdoc::all)] // has no effect when run with rustc directly