fix unknown lint error

This commit is contained in:
Sean McArthur
2017-08-17 12:52:44 -07:00
parent c166e04a55
commit f8fd5be16c

View File

@@ -1,5 +1,4 @@
#![deny(warnings)]
#![allow(unused_doc_comment)] // remove when error_chain is fixed
#![allow(warnings)] // remove when error_chain is fixed
//! `cargo run --example simple`