From ca52c56e346a2a2bb042bec441b5058df3e3e289 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Sat, 12 Dec 2015 23:38:03 +0100 Subject: Add memchr implemenation based on rust-memchr to libstd --- src/libstd/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 0f8b2f6e17b..eba0c799cd2 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -248,6 +248,7 @@ #![feature(link_args)] #![feature(linkage)] #![feature(macro_reexport)] +#![feature(num_bits_bytes)] #![feature(on_unimplemented)] #![feature(oom)] #![feature(optin_builtin_traits)] @@ -429,6 +430,7 @@ pub mod path; pub mod process; pub mod sync; pub mod time; +mod memchr; #[macro_use] #[path = "sys/common/mod.rs"] mod sys_common; -- cgit 1.4.1-3-g733a5