We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ cargo clippy -V clippy 0.0.212 (ea85b4c 2020-02-01)
The needless_doctest_main lint triggers on this code:
needless_doctest_main
/// ``` /// #[tokio::main] /// async fn main() { /// // ... /// } /// ```
Where the fn main is very much not needless :)
fn main