diff --git a/src/lib.rs b/src/lib.rs index 58bd0dd..c47a29e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,6 +16,7 @@ pub mod http; mod message; pub mod errors { + #![allow(unexpected_cfgs)] error_chain! { foreign_links { ShellWordsParseError(::shell_words::ParseError);