Allow clippy::use_self
This commit is contained in:
parent
26068c462d
commit
70d4f83ba3
@ -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)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user