Fix latest clippy warnings (#3049)

This commit is contained in:
Jonathan Turner
2021-02-12 23:13:14 +13:00
committed by GitHub
parent 041086d22a
commit 5481db4079
213 changed files with 334 additions and 375 deletions

View File

@ -175,6 +175,7 @@ impl From<Vec<Value>> for InputStream {
}
}
#[allow(clippy::clippy::wrong_self_convention)]
pub trait ToInputStream {
fn to_input_stream(self) -> InputStream;
}