]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10685 : ebiggers/rust/ascii_fixes, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 27 Nov 2013 19:52:09 +0000 (11:52 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Nov 2013 19:52:09 +0000 (11:52 -0800)
is_digit() incorrectly returned false for '0'.
is_control() incorrectly returned true for ' ' (space).


Trivial merge