clippy fixes (#50)

* clippy fixes

* remove warning

* fix clippy
This commit is contained in:
Srinath Setty
2022-08-01 18:29:13 -07:00
committed by maramihali
parent d6a1c21098
commit e1383ff248
10 changed files with 62 additions and 45 deletions

View File

@@ -1,4 +1,6 @@
#![allow(non_snake_case)]
#![allow(clippy::assertions_on_result_states)]
extern crate flate2;
extern crate libspartan;
extern crate merlin;

View File

@@ -1,4 +1,6 @@
#![allow(non_snake_case)]
#![allow(clippy::assertions_on_result_states)]
extern crate flate2;
extern crate libspartan;
extern crate merlin;