Skip to content

Commit 38e17d1

Browse files
committed
Switch to explicit imports in unified.rs mod tests
1 parent 869839a commit 38e17d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/payment/unified.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,7 @@ impl DeserializationError for Extras {
373373

374374
#[cfg(test)]
375375
mod tests {
376-
use super::*;
377-
use crate::payment::unified::Extras;
376+
use super::{Amount, Bolt11Invoice, Extras, Offer};
378377
use bitcoin::{address::NetworkUnchecked, Address, Network};
379378
use std::str::FromStr;
380379

0 commit comments

Comments
 (0)