2019-11-29 20:47:26 +00:00
|
|
|
error: needless `fn main` in doctest
|
|
|
|
--> $DIR/needless_doc_main.rs:7:4
|
|
|
|
|
|
|
|
|
LL | /// fn main() {
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::needless-doctest-main` implied by `-D warnings`
|
|
|
|
|
2020-03-10 19:19:37 +00:00
|
|
|
error: needless `fn main` in doctest
|
2020-08-15 22:25:54 +00:00
|
|
|
--> $DIR/needless_doc_main.rs:14:4
|
|
|
|
|
|
|
|
|
LL | /// fn main() -> () {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: needless `fn main` in doctest
|
|
|
|
--> $DIR/needless_doc_main.rs:21:4
|
2020-03-10 19:19:37 +00:00
|
|
|
|
|
|
|
|
LL | /// fn main() {
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: needless `fn main` in doctest
|
2020-08-15 22:25:54 +00:00
|
|
|
--> $DIR/needless_doc_main.rs:28:4
|
2020-03-10 19:19:37 +00:00
|
|
|
|
|
|
|
|
LL | /// fn main() {
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
2020-08-15 22:25:54 +00:00
|
|
|
error: aborting due to 4 previous errors
|
2019-11-29 20:47:26 +00:00
|
|
|
|