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