Allow clippy::use_self

This commit is contained in:
Jonas Platte 2019-10-31 22:33:20 +01:00
parent 26068c462d
commit 70d4f83ba3

View File

@ -26,6 +26,8 @@
clippy::wrong_pub_self_convention, clippy::wrong_pub_self_convention,
clippy::wrong_self_convention clippy::wrong_self_convention
)] )]
// Since we support Rust 1.34.2, we can't apply this suggestion yet
#![allow(clippy::use_self)]
#[cfg(feature = "diesel")] #[cfg(feature = "diesel")]
#[cfg_attr(feature = "diesel", macro_use)] #[cfg_attr(feature = "diesel", macro_use)]