Correct the clippy::use_self lint where possible. (#114)
This commit is contained in:
committed by
Dan Gohman
parent
603f7a9f22
commit
692bb27209
@@ -1,3 +1,5 @@
|
||||
// Due to https://github.com/rust-lang/rust/issues/64247
|
||||
#![allow(clippy::use_self)]
|
||||
use crate::host;
|
||||
use failure::Fail;
|
||||
use std::convert::Infallible;
|
||||
|
||||
Reference in New Issue
Block a user