2020-02-11 13:16:46 +01:00
|
|
|
error: no documentation found for this crate's top-level module
|
2019-12-01 20:12:49 +01:00
|
|
|
|
|
2020-02-11 13:16:46 +01:00
|
|
|
note: the lint level is defined here
|
2019-12-01 20:12:49 +01:00
|
|
|
--> $DIR/no-crate-level-doc-lint.rs:1:9
|
|
|
|
|
|
2020-03-22 13:04:23 +01:00
|
|
|
LL | #![deny(missing_crate_level_docs)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-02-11 13:16:46 +01:00
|
|
|
= help: The following guide may be of use:
|
|
|
|
https://doc.rust-lang.org/nightly/rustdoc/how-to-write-documentation.html
|
2019-12-01 20:12:49 +01:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|