xmr-btc-swap/swap
Lucas Soriano del Pino ba4ae09cd1 Remove allow(unused_assignments) attribute
It looks like the compiler can ascertain that `message0` will be
initialised by the time we use it, so it doesn't need to be an
`Option` and it doesn't need to be declared as mutable.
2020-10-26 15:21:32 +11:00
..
src Remove allow(unused_assignments) attribute 2020-10-26 15:21:32 +11:00
tests Moving tor into swap 2020-10-23 12:47:52 +11:00
Cargo.toml Move storage into application crate 2020-10-26 10:32:54 +11:00