]> git.lizzy.rs Git - rust.git/commit
Make `u8::is_ascii` a stable `const fn`
authorDylan MacKenzie <ecstaticmorse@gmail.com>
Sun, 9 Feb 2020 05:27:13 +0000 (21:27 -0800)
committerDylan MacKenzie <ecstaticmorse@gmail.com>
Sun, 9 Feb 2020 05:29:32 +0000 (21:29 -0800)
commitf6d4720f26c92e9905c98b4ee2db832927e30a8a
tree58e54975712035e3db2e3f19923be29e86a36588
parenta29424a2265411dda7d7446516ac5fd7499e2b55
Make `u8::is_ascii` a stable `const fn`

`char::is_ascii` is already a stable `const fn`, so there is no reason
for `u8::is_ascii` to be unstable.
src/libcore/num/mod.rs