openbazaar3-rust icon indicating copy to clipboard operation
openbazaar3-rust copied to clipboard

chore: cleanup build warnings

Open dan-da opened this issue 3 years ago • 0 comments

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)].

dan-da avatar Apr 21 '23 02:04 dan-da