Change some instances of .connect() to .join()

This commit is contained in:
Wesley Wiser
2015-07-10 08:19:21 -04:00
parent 29c0c956bf
commit 93ddee6cee
39 changed files with 87 additions and 87 deletions

View File

@@ -442,7 +442,7 @@ impl fmt::Display for Ipv6Addr {
.iter()
.map(|&seg| format!("{:x}", seg))
.collect::<Vec<String>>()
.connect(":")
.join(":")
}
write!(fmt, "{}::{}",