Skip to content

Commit 004937b

Browse files
committed
fixup! Implement core::fmt::Display for HumanReadableName
1 parent 4870bb5 commit 004937b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/dns_resolution.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ use dnssec_prover::rr::Name;
3636

3737
use lightning_types::features::NodeFeatures;
3838

39-
use std::fmt;
39+
use core::fmt;
4040

4141
use crate::blinded_path::message::DNSResolverContext;
4242
use crate::io;

0 commit comments

Comments
 (0)