Skip to content

Commit b4a71f6

Browse files
committed
Switch to explicit imports in unified.rs mod tests
1 parent 30ead22 commit b4a71f6

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

372372
#[cfg(test)]
373373
mod tests {
374-
use super::*;
375-
use crate::payment::unified::Extras;
374+
use super::{Amount, Bolt11Invoice, Extras, Offer};
376375
use bitcoin::{address::NetworkUnchecked, Address, Network};
377376
use std::str::FromStr;
378377

0 commit comments

Comments
 (0)