Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit eebe3dc

Browse files
committed
allow(missing_docs) for the error variants.
Related to #61. Waiting for tailhook/quick-error#31 to be fixed.
1 parent 3003ecf commit eebe3dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error_chain.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ macro_rules! error_chain_processed {
166166
quick_error! {
167167
/// The kind of an error
168168
#[derive(Debug)]
169+
#[allow(missing_docs)]
169170
pub enum $error_kind_name {
170171

171172
Msg(s: String) {

0 commit comments

Comments
 (0)