Blockstream / gdk_rpc

gdk_rpc for bitcoind/liquidd
MIT License
6 stars 7 forks source link

Clippy lint fixes #25

Closed jb55 closed 5 years ago

jb55 commented 5 years ago

Continues from #24 so review that first.

Ones that confused me the most:

lint: remove noop drops
lint: silence dubious clippy warning about unsafe blocks

perhaps those indicate real issues but I'm not that familiar with unsafe block symantics

jb55 commented 5 years ago

v2: git range-diff 0b9b27b...654708b updates:

stevenroose commented 5 years ago

reACK 654708b