the crate and tests
This commit is contained in:
parent
cdb2c3c368
commit
d40dff9cbb
5 changed files with 5 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#![deny(missing_docs)]
|
||||
#![crate_type="lib"]
|
||||
//~^^ ERROR missing documentation for crate
|
||||
//~^^ ERROR missing documentation for the crate
|
||||
|
|
|
|||
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue