]> git.lizzy.rs Git - rust.git/commit
option: mutate() and mutate_default() should return bool
authorKevin Ballard <kevin@sb.org>
Thu, 1 Aug 2013 22:18:10 +0000 (15:18 -0700)
committerDaniel Micay <danielmicay@gmail.com>
Sat, 3 Aug 2013 07:11:11 +0000 (03:11 -0400)
commit54e685d4fd70eeb607668fed2026ac6cafec6107
tree7b3ec24758491399314eb2d1afbbe764d5299fbc
parent1f9c392389de3de5a65e825413ab9503549db56a
option: mutate() and mutate_default() should return bool

Fixes #8047.
src/librustc/middle/trans/_match.rs
src/libstd/option.rs