]> git.lizzy.rs Git - rust.git/commit
auto merge of #11672 : bjz/rust/remove-times, r=brson
authorbors <bors@rust-lang.org>
Thu, 30 Jan 2014 04:06:36 +0000 (20:06 -0800)
committerbors <bors@rust-lang.org>
Thu, 30 Jan 2014 04:06:36 +0000 (20:06 -0800)
commit3cb72a3655cdbe1db7a3555ade0c909d541bf336
tree3026841f646fff3ba7ce4d8bc319f0ced7db5efa
parent704f93ff5e8a8079af4a16fe984fb9f84b347d11
parent729060dbb95afd1d8562a6b3129555a173b81b0c
auto merge of #11672 : bjz/rust/remove-times, r=brson

`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal (which I liked) was then lost after `do` was disabled for closures. It's time to let this one go.
src/etc/vim/syntax/rust.vim
src/libstd/prelude.rs