Allow clippy warning use_self
This commit is contained in:
parent
677fb69bde
commit
2dd9ddd4e8
@ -112,6 +112,8 @@
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(warnings)]
|
||||
// Since we support Rust 1.34.2, we can't apply this suggestion yet
|
||||
#![allow(clippy::use_self)]
|
||||
|
||||
use std::{
|
||||
convert::Infallible,
|
||||
|
Loading…
x
Reference in New Issue
Block a user