Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton

Fixes #26900
This commit is contained in:
bors
2015-07-12 22:05:59 +00:00
41 changed files with 109 additions and 89 deletions

View File

@@ -1079,7 +1079,7 @@ impl MetricMap {
.map(|(k,v)| format!("{}: {} (+/- {})", *k,
v.value, v.noise))
.collect();
v.connect(", ")
v.join(", ")
}
}