You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: empty doc comment
--> cypherparser/src/parser.rs:21:10
|
21 | #[derive(Parser)]
| ^^^^^^
|
= help: consider removing or filling it
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
= note: `#[warn(clippy::empty_docs)]` on by default
= note: this warning originates in the derive macro `Parser` (in Nightly builds, run with -Z macro-backtrace for more info)
I have checked my grammer.pest and be sure that I have not written any empty doc comments like /// or // . I want to know if there are any other situations in which pest would generate empty doc comments.
Thanks.
The text was updated successfully, but these errors were encountered:
It generated 1 warning when I run
cargo clippy
:I have checked my
grammer.pest
and be sure that I have not written any empty doc comments like///
or//
. I want to know if there are any other situations in which pest would generate empty doc comments.Thanks.
The text was updated successfully, but these errors were encountered: