]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2456 - jespino:remove-deprecated-code, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 9 Mar 2016 17:33:06 +0000 (09:33 -0800)
committerbors <bors@rust-lang.org>
Wed, 9 Mar 2016 17:33:06 +0000 (09:33 -0800)
commite8041bfb90cb8f62ebdcdd108a7b7db66a6a0f2c
tree3940b9bb58911fcc5c7e88c0fe6f23f7a6396edb
parent3327e76e8438543c70846c29211724145b4e27a3
parent3973a72c316b40f8fc00d6c62842dc59acf6d5c8
Auto merge of #2456 - jespino:remove-deprecated-code, r=alexcrichton

Remove deprecated usage of SliceConcatExt::connect

I think this can be changed to .join (the deprecation was in the 1.3 version)