Fix rustc warnings
New warnings were introduced with rustc 1.29.0 podcasts-data/src/lib.rs: this one can be removed once diesel is upgraded. https://github.com/diesel-rs/diesel/issues/1785#issuecomment-422577018 podcasts-gtk/src/i18n.rs: This is just a deprication warning
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
elided_lifetime_in_paths,
|
||||
missing_copy_implementations
|
||||
)]
|
||||
#![allow(proc_macro_derive_resolution_fallback)]
|
||||
#![deny(warnings)]
|
||||
|
||||
//! FIXME: Docs
|
||||
|
||||
Reference in New Issue
Block a user