We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03c2cc commit 72421dcCopy full SHA for 72421dc
src/lib.rs
@@ -580,7 +580,6 @@ impl From<std::io::Error> for EncodeIoError {
580
#[cfg(feature = "alloc")]
581
mod tests {
582
use super::*;
583
- use crate::{Bech32, Bech32m};
584
585
// Tests below using this data, are based on the test vector (from BIP-173):
586
// BC1QW508D6QEJXTDG4Y5R3ZARVARY0C5XW7KV8F3T4: 0014751e76e8199196d454941c45d1b3a323f1433bd6
src/segwit.rs
@@ -441,7 +441,6 @@ impl From<fmt::Error> for EncodeError {
441
#[cfg(all(test, feature = "alloc"))]
442
443
444
- use crate::primitives::decode::{SegwitCodeLengthError, SegwitHrpstringError};
445
use crate::primitives::hrp;
446
447
#[test]
0 commit comments