rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
729 stars 111 forks source link

Cargo warning: doc comment not used #217

Closed heartsucker closed 6 years ago

heartsucker commented 7 years ago
warning: doc comment not used by rustdoc
  --> src/error.rs:12:1
   |
12 | / error_chain! {
13 | |     foreign_links {
14 | |         ChronoParse(chrono::ParseError);
15 | |         DataEncoding(data_encoding::DecodeError);
...  |
47 | |     }
48 | | }
   | |_^
   |
   = note: this error originates in a macro outside of the current crate
PaulBGD commented 6 years ago

Duplicate of #213 it looks like.

Yamakaky commented 6 years ago

Yeah, please reopen if it's still a problem.