]> git.lizzy.rs Git - rust.git/commit
Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoerister
authorbors <bors@rust-lang.org>
Tue, 24 Jul 2018 08:24:11 +0000 (08:24 +0000)
committerbors <bors@rust-lang.org>
Tue, 24 Jul 2018 08:24:11 +0000 (08:24 +0000)
commita2af8667b1a5166137510aeb2aaad9945f81db6d
tree39511bbcc6c9b6e41a50ac6396be835f5b740dd3
parentbaba5007bf857b4577a8d26de454a03d7afef3ac
parent49c8ba91c73c97404d3308133594702a2bf48fd1
Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoerister

Change single char str patterns to chars

A `char` is faster.