openbazaar3-rust
openbazaar3-rust copied to clipboard
chore: cleanup build warnings
Hi! I'm not sure if you are ready to accept PRs or not, but this is just a simple cleanup of some build warnings that hopefully you will find an improvement. I'm glad to see openbazaar development resume, and in rust no less! :+1:
--
This fixes the trivial build warnings.
note: I removed use statements that are unused, but I left commented anything that I found referenced in commented code below.
A couple of dead-code warnings remain, which seem useful as build-time warnings so they get resolved. So I did not #[allow(dead_code)].