fix: allow dead-code to allow building with new Rust

pull/20/head
Amin Yahyaabadi 2 years ago
parent bbba47183e
commit 1c91ed07d8

@ -1,5 +1,6 @@
#![deny(warnings)]
#![deny(clippy::all)]
#![allow(dead_code)]
// FIXME: get rid of the unwraps
// TODO: implement warnings for op hash collisions (will incredibly help to debug problems).

Loading…
Cancel
Save