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

@@ -33,7 +33,6 @@ pub mod at_exit_imp;
pub mod backtrace;
pub mod condvar;
pub mod io;
pub mod memchr;
pub mod mutex;
pub mod poison;
pub mod remutex;