Permit warnings.
This commit is contained in:
parent
1128083ed5
commit
31b417b5cf
4 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
||||||
#![deny(warnings)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate clap;
|
extern crate clap;
|
||||||
extern crate csv;
|
extern crate csv;
|
||||||
|
|
|
@ -82,8 +82,6 @@
|
||||||
//! and `decode_*` variants that require this are only available with
|
//! and `decode_*` variants that require this are only available with
|
||||||
//! the `use_std` Cargo feature.
|
//! the `use_std` Cargo feature.
|
||||||
|
|
||||||
#![deny(warnings)]
|
|
||||||
#![deny(missing_docs)]
|
|
||||||
#![cfg_attr(not(feature = "use_std"), no_std)]
|
#![cfg_attr(not(feature = "use_std"), no_std)]
|
||||||
|
|
||||||
#![cfg_attr(feature = "use_nightly", feature(const_fn))]
|
#![cfg_attr(feature = "use_nightly", feature(const_fn))]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#![deny(warnings)]
|
|
||||||
|
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#![deny(warnings)]
|
|
||||||
|
|
||||||
extern crate framed;
|
extern crate framed;
|
||||||
extern crate framed_test_type as lib;
|
extern crate framed_test_type as lib;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue