blob: 75f57442843eee2c878af9c20f064aeb8705769a [file]
error: empty doc comment
--> tests/ui/empty_docs.rs:8:5
|
LL | //!
| ^^^
|
= help: consider removing or filling it
= note: `-D clippy::empty-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
error: empty doc comment
--> tests/ui/empty_docs.rs:17:5
|
LL | ///
| ^^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:20:9
|
LL | ///
| ^^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:32:13
|
LL | #[doc = ""]
| ^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:36:13
|
LL | #[doc = ""]
| _____________^
LL | | #[doc = ""]
| |______________^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:44:5
|
LL | ///
| ^^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:58:13
|
LL | /*! */
| ^^^^^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:67:13
|
LL | ///
| ^^^
|
= help: consider removing or filling it
error: empty doc comment
--> tests/ui/empty_docs.rs:76:9
|
LL | ///
| ^^^
|
= help: consider removing or filling it
error: aborting due to 9 previous errors