]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18120 : jrincayc/rust/match_exp, r=thestinger
authorbors <bors@rust-lang.org>
Sun, 19 Oct 2014 00:47:18 +0000 (00:47 +0000)
committerbors <bors@rust-lang.org>
Sun, 19 Oct 2014 00:47:18 +0000 (00:47 +0000)
Use a match expression directly in the println statement, instead of creating a second variable.  It seems weird that the current guide.md complains about creating an extra variable, when the same feature could be demonstrated without creating the extra variable.


Trivial merge