diff --git a/examples/simple.rs b/examples/simple.rs index bdb9821..e9f228a 100644 --- a/examples/simple.rs +++ b/examples/simple.rs @@ -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`