rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
93 stars 49 forks source link

Remove unused generic #193

Closed tcharding closed 1 month ago

tcharding commented 1 month ago

Turns out clippy does not warn for unused generics.

Post merge edit for when we write changlog: API breaking change.

Fix: #191

tcharding commented 1 month ago

Force push is rebase only, will still need another one once #192 merges.

tcharding commented 1 month ago

Rebase only, no code changes.