Move std::memchr
to sys_common
This commit is contained in:
parent
17b60b8738
commit
5353c5c3fb
9 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue