Allow clippy warning use_self
This commit is contained in:
parent
41387208ab
commit
ad582de058
@ -27,6 +27,8 @@
|
||||
clippy::wrong_pub_self_convention,
|
||||
clippy::wrong_self_convention
|
||||
)]
|
||||
// Since we support Rust 1.34.2, we can't apply this suggestion yet
|
||||
#![allow(clippy::use_self)]
|
||||
|
||||
pub mod r0;
|
||||
pub mod unversioned;
|
||||
|
Loading…
x
Reference in New Issue
Block a user