blob: d86ec3525df36d9adf74d9216f431b24cf17166a [file] [log] [blame] [edit]
//! This test checks that denying the missing_docs lint does not trigger
//! on the generated test harness.
//@ check-pass
//@ compile-flags: --test
#![forbid(missing_docs)]
#[test]
fn test() {}