xmr-btc-swap/xmr-btc
Franck Royer 2a778f5644
Remove overzealous clippy overrides
We have overridden a number of clippy warnings such as
"large enum variant".

Considering that we have a number of issues
 with the stack size in CI, it is more prudent to follow clippy's advice
 and box larger items so that the enum does not take larger space.

Do note that an instance of the enum always takes as much space as its
largest variant.
2020-12-23 15:06:43 +11:00
..
src Remove overzealous clippy overrides 2020-12-23 15:06:43 +11:00
Cargo.toml Remove old refund test 2020-12-11 17:19:46 +11:00