Change some instances of .connect() to .join()
This commit is contained in:
@@ -442,7 +442,7 @@ impl fmt::Display for Ipv6Addr {
|
||||
.iter()
|
||||
.map(|&seg| format!("{:x}", seg))
|
||||
.collect::<Vec<String>>()
|
||||
.connect(":")
|
||||
.join(":")
|
||||
}
|
||||
|
||||
write!(fmt, "{}::{}",
|
||||
|
||||
Reference in New Issue
Block a user