don't error on warnings
Nice and all when you keep up with development, but can cause random errors by the addition of new errors to the compiler.
This commit is contained in:
parent
3f28b9abc4
commit
7dc1b25ee7
@ -62,7 +62,7 @@
|
|||||||
missing_copy_implementations
|
missing_copy_implementations
|
||||||
)]
|
)]
|
||||||
#![allow(proc_macro_derive_resolution_fallback)]
|
#![allow(proc_macro_derive_resolution_fallback)]
|
||||||
#![deny(warnings)]
|
// #![deny(warnings)]
|
||||||
|
|
||||||
//! FIXME: Docs
|
//! FIXME: Docs
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
elided_lifetime_in_paths,
|
elided_lifetime_in_paths,
|
||||||
missing_copy_implementations
|
missing_copy_implementations
|
||||||
)]
|
)]
|
||||||
#![deny(warnings)]
|
// #![deny(warnings)]
|
||||||
|
|
||||||
extern crate failure;
|
extern crate failure;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
elided_lifetime_in_paths,
|
elided_lifetime_in_paths,
|
||||||
missing_copy_implementations
|
missing_copy_implementations
|
||||||
)]
|
)]
|
||||||
#![deny(warnings)]
|
// #![deny(warnings)]
|
||||||
|
|
||||||
extern crate gdk;
|
extern crate gdk;
|
||||||
extern crate gdk_pixbuf;
|
extern crate gdk_pixbuf;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user