blob: caff87df664b3a45c02a55ab16a59c4dc3412e6d [file] [log] [blame] [edit]
error: missing documentation for the crate
--> $DIR/lint-missing-doc-crate-attr.rs:2:1
|
LL | / #![deny(missing_docs)]
LL | |
LL | | #![crate_type = "lib"]
| |______________________^
|
note: the lint level is defined here
--> $DIR/lint-missing-doc-crate-attr.rs:2:9
|
LL | #![deny(missing_docs)]
| ^^^^^^^^^^^^
error: aborting due to 1 previous error