deny warnings in examples
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#![deny(warnings)]
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate reqwest;
|
extern crate reqwest;
|
||||||
extern crate tokio_core;
|
extern crate tokio_core;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#![deny(warnings)]
|
||||||
//! `cargo run --example simple`
|
//! `cargo run --example simple`
|
||||||
extern crate reqwest;
|
extern crate reqwest;
|
||||||
extern crate env_logger;
|
extern crate env_logger;
|
||||||
|
|||||||
Reference in New Issue
Block a user