Skip to content

cargo test warns with lint unused_doc_comment has been renamed #423

New issue

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

Closed
AndyGauge opened this issue Jul 2, 2018 · 1 comment · Fixed by #428
Closed

cargo test warns with lint unused_doc_comment has been renamed #423

AndyGauge opened this issue Jul 2, 2018 · 1 comment · Fixed by #428

Comments

@AndyGauge
Copy link
Collaborator

AndyGauge commented Jul 2, 2018

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

@budziq
Copy link
Collaborator

budziq commented Jul 10, 2018

Moving to error_chain = 0.12.0 should silence this error rust-lang-deprecated/error-chain#245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants