2019-11-29 14:47:26 -06: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 14:19:37 -05:00
|
|
|
error: needless `fn main` in doctest
|
|
|
|
--> $DIR/needless_doc_main.rs:15:4
|
|
|
|
|
|
|
|
|
LL | /// fn main() {
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: needless `fn main` in doctest
|
|
|
|
--> $DIR/needless_doc_main.rs:23:4
|
|
|
|
|
|
|
|
|
LL | /// fn main() {
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2019-11-29 14:47:26 -06:00
|
|
|
|