78 lines
1.5 KiB
Plaintext
78 lines
1.5 KiB
Plaintext
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:6: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:14:5
|
|
|
|
|
LL | ///
|
|
| ^^^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:16:9
|
|
|
|
|
LL | ///
|
|
| ^^^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:27:5
|
|
|
|
|
LL | #[doc = ""]
|
|
| ^^^^^^^^^^^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:30:5
|
|
|
|
|
LL | / #[doc = ""]
|
|
LL | | #[doc = ""]
|
|
| |_______________^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:37:5
|
|
|
|
|
LL | ///
|
|
| ^^^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: empty doc comment
|
|
--> tests/ui/empty_docs.rs:50:13
|
|
|
|
|
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:66:9
|
|
|
|
|
LL | ///
|
|
| ^^^
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
error: aborting due to 9 previous errors
|
|
|