1
Fork 0

Move rust memchr impl to libcore

This commit is contained in:
Manish Goregaokar 2017-12-13 01:02:19 -06:00
parent 707d070815
commit 2bf0df777b
9 changed files with 234 additions and 232 deletions

View file

@ -302,6 +302,7 @@
#![feature(sip_hash_13)]
#![feature(slice_bytes)]
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_patterns)]
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]