Allow missing_docs
lint on the generated test harness
This commit is contained in:
parent
843708a32e
commit
a1a8627dd7
4 changed files with 10 additions and 1 deletions
|
@ -83,6 +83,7 @@ pub const a_test: test::TestDescAndFn =
|
|||
fn a_test() {}
|
||||
#[rustc_main]
|
||||
#[coverage(off)]
|
||||
#[allow(missing_docs)]
|
||||
pub fn main() -> () {
|
||||
extern crate test;
|
||||
test::test_main_static(&[&a_test, &m_test, &z_test])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue