Remove clippy::unit_arg allowance

This commit is contained in:
Deirdre Connolly 2020-08-05 18:57:21 -04:00 committed by Deirdre Connolly
parent 2942bad6ff
commit fe45c6402a
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
//! Sapling note and value commitments and types.
#![allow(clippy::unit_arg)]
#[cfg(test)]
mod arbitrary;