We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: lint unused_doc_comment has been renamed to unused_doc_comments
--> /tmp/rust-skeptic.Aq6OdV6EK5TS/test.rs:13:1 | 13 | / error_chain! { 14 | | foreign_links { 15 | | CsvError(csv::Error); 16 | | ParseInt(std::num::ParseIntError); ... | 20 | | } 21 | | } | |_^ |
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more i
The text was updated successfully, but these errors were encountered:
Moving to error_chain = 0.12.0 should silence this error rust-lang-deprecated/error-chain#245
error_chain = 0.12.0
Sorry, something went wrong.
unused_doc_comment
Successfully merging a pull request may close this issue.
warning: lint unused_doc_comment has been renamed to unused_doc_comments
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more i
The text was updated successfully, but these errors were encountered: