Skip to content

Commit 5e4b4d4

Browse files
committed
Switch to explicit imports in unified.rs mod tests
1 parent 9221bce commit 5e4b4d4

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
@@ -377,8 +377,7 @@ impl DeserializationError for Extras {
377377

378378
#[cfg(test)]
379379
mod tests {
380-
use super::*;
381-
use crate::payment::unified::Extras;
380+
use super::{Amount, Bolt11Invoice, Extras, Offer};
382381
use bitcoin::{address::NetworkUnchecked, Address, Network};
383382
use std::str::FromStr;
384383

0 commit comments

Comments
 (0)