1
Fork 0

Permit warnings.

This commit is contained in:
Alex Helfet 2020-11-21 19:12:03 +00:00
parent 1128083ed5
commit 31b417b5cf
4 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#![deny(warnings)]
#[macro_use]
extern crate clap;
extern crate csv;

View file

@ -82,8 +82,6 @@
//! and `decode_*` variants that require this are only available with
//! the `use_std` Cargo feature.
#![deny(warnings)]
#![deny(missing_docs)]
#![cfg_attr(not(feature = "use_std"), no_std)]
#![cfg_attr(feature = "use_nightly", feature(const_fn))]

View file

@ -1,5 +1,3 @@
#![deny(warnings)]
extern crate serde;
#[macro_use]
extern crate serde_derive;

View file

@ -1,5 +1,3 @@
#![deny(warnings)]
extern crate framed;
extern crate framed_test_type as lib;