the crate and tests

This commit is contained in:
mark 2020-03-22 14:37:51 -05:00
parent cdb2c3c368
commit d40dff9cbb
5 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#![deny(missing_docs)]
#![crate_type="lib"]
//~^^ ERROR missing documentation for crate
//~^^ ERROR missing documentation for the crate

View file

@ -1,4 +1,4 @@
error: missing documentation for crate
error: missing documentation for the crate
--> $DIR/issue-10656.rs:1:1
|
LL | / #![deny(missing_docs)]