tari-project / tari-crypto

Tari Cryptography library
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

chore: fix a spurious lint #190

Closed AaronFeickert closed 1 year ago

AaronFeickert commented 1 year ago

There's a warning about an allegedly suspicious borrow in one of the range proof tests. It's likely already fixed, but easy enough to use the ampersand operator to clean up the warning.