Correct the clippy::use_self lint where possible. (#114)

This commit is contained in:
Marcin Mielniczuk
2019-10-05 03:10:30 +02:00
committed by Dan Gohman
parent 603f7a9f22
commit 692bb27209
5 changed files with 17 additions and 18 deletions

View File

@@ -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;