busyboredom / acceptxmr

A monero payment gateway library
Apache License 2.0
72 stars 5 forks source link

Remove unnecessary clippy allows #52

Closed busyboredom closed 1 year ago

busyboredom commented 1 year ago

Description

Remove clippy allows that don't do anything.

Also removes some .expects on Results in tests that could just be .unwrapd.

Checklist