rust-bitcoin / rust-bech32

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

CheckedHrpstring::fe32_iter has an unused generic #191

Closed apoelstra closed 1 month ago

apoelstra commented 1 month ago

https://docs.rs/bech32/latest/bech32/primitives/decode/struct.CheckedHrpstring.html

I don't know why the compiler doesn't complain about this but it makes the method harder to use.