Allow dead code for now

This commit is contained in:
Deirdre Connolly 2020-10-03 21:47:32 -04:00 committed by Deirdre Connolly
parent ee8ac1fd38
commit d6cac9ea0a
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
//! //!
//! A root of a note commitment tree is associated with each treestate. //! A root of a note commitment tree is associated with each treestate.
#![allow(clippy::unit_arg)] #![allow(clippy::unit_arg)]
#![allow(dead_code)]
use std::fmt; use std::fmt;