2024-02-25 05:55:58 +00:00
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:9:5
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
2024-02-25 18:33:16 +00:00
|
|
|
LL | //!
|
|
|
|
| ^^^
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
|
|
|
= 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
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:17:5
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
2024-02-25 18:33:16 +00:00
|
|
|
LL | ///
|
|
|
|
| ^^^
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
2024-02-25 13:04:58 +00:00
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:19:9
|
2024-02-25 13:04:58 +00:00
|
|
|
|
|
2024-02-25 18:33:16 +00:00
|
|
|
LL | ///
|
|
|
|
| ^^^
|
2024-02-25 13:04:58 +00:00
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
2024-02-25 05:55:58 +00:00
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:30:5
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
2024-02-25 18:33:16 +00:00
|
|
|
LL | #[doc = ""]
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:33:5
|
2024-02-25 18:33:16 +00:00
|
|
|
|
|
|
|
|
LL | / #[doc = ""]
|
|
|
|
LL | | #[doc = ""]
|
|
|
|
| |_______________^
|
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:40:5
|
2024-02-25 18:33:16 +00:00
|
|
|
|
|
|
|
|
LL | ///
|
2024-02-25 12:11:14 +00:00
|
|
|
| ^^^
|
2024-02-25 05:55:58 +00:00
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
2024-02-25 13:04:58 +00:00
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:53:13
|
2024-02-25 18:33:16 +00:00
|
|
|
|
|
|
|
|
LL | /*! */
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:61:13
|
2024-02-25 18:33:16 +00:00
|
|
|
|
|
|
|
|
LL | ///
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
|
|
|
error: empty doc comment
|
2024-03-12 01:19:35 +00:00
|
|
|
--> tests/ui/empty_docs.rs:69:9
|
2024-02-25 13:04:58 +00:00
|
|
|
|
|
2024-02-25 18:33:16 +00:00
|
|
|
LL | ///
|
|
|
|
| ^^^
|
2024-02-25 13:04:58 +00:00
|
|
|
|
|
|
|
|
= help: consider removing or filling it
|
|
|
|
|
2024-03-12 02:40:40 +00:00
|
|
|
error: aborting due to 9 previous errors
|
2024-02-25 05:55:58 +00:00
|
|
|
|