Remove clippy::unit_arg allowance
This commit is contained in:
parent
2942bad6ff
commit
fe45c6402a
|
|
@ -1,6 +1,5 @@
|
||||||
//! Sapling note and value commitments and types.
|
//! Sapling note and value commitments and types.
|
||||||
|
|
||||||
#![allow(clippy::unit_arg)]
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod arbitrary;
|
mod arbitrary;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue