mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 22:56:37 +00:00
Fix clippy lint error in signing.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
803c077d03
commit
e9afd41949
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ impl MinisignVerifier {
|
||||||
|
|
||||||
pub struct MinisignDataVerifier<'a>(StreamVerifier<'a>);
|
pub struct MinisignDataVerifier<'a>(StreamVerifier<'a>);
|
||||||
|
|
||||||
impl<'a> DataVerifier for MinisignDataVerifier<'a> {
|
impl DataVerifier for MinisignDataVerifier<'_> {
|
||||||
fn update(&mut self, data: &Bytes) {
|
fn update(&mut self, data: &Bytes) {
|
||||||
self.0.update(data);
|
self.0.update(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue