Neptune-Crypto / neptune-core

anonymous peer-to-peer cash
Apache License 2.0
24 stars 7 forks source link

Fix clippy warnings pr #46

Closed dan-da closed 11 months ago

dan-da commented 11 months ago

Addresses #45

With this patch applied, both these commands run cleanly:

$ cargo clippy --all-features --all-targets
$ cargo fmt --check

Notes:

Testing:

Sword-Smith commented 11 months ago

Yeah. Since the dashboard has a polling thread and is apparently multi threaded, I guess we need Arc and not just Rc there.

The rest of the commits I consider uncontroversial. Thanks for fixing this though.