std: remove str::{connect,concat}*.

This commit is contained in:
Huon Wilson
2013-06-10 23:25:25 +10:00
parent 5a711ea7c3
commit ccd0ac59e9
38 changed files with 62 additions and 86 deletions

View File

@@ -4002,9 +4002,7 @@ impl Parser {
fmt!("illegal ABI: \
expected one of [%s], \
found `%s`",
str::connect_slices(
abi::all_names(),
", "),
abi::all_names().connect(", "),
word));
}
}