mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
ef7587d957
This checks if a) the `fn main() {}` function is empty or if the doctest contains a `static`. In both cases don't lint.
10 lines
236 B
Text
10 lines
236 B
Text
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`
|
|
|
|
error: aborting due to previous error
|
|
|