1
Fork 0

Move std::memchr to sys_common

This commit is contained in:
Christiaan Dirkx 2021-05-14 03:54:46 +02:00
parent 17b60b8738
commit 5353c5c3fb
9 changed files with 10 additions and 8 deletions

View file

@ -530,7 +530,6 @@ mod sys;
pub mod alloc;
// Private support modules
mod memchr;
mod panicking;
// The runtime entry point and a few unstable public functions used by the