diff options
| author | bors <bors@rust-lang.org> | 2017-12-31 16:38:10 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-12-31 16:38:10 +0000 |
| commit | 8c5941896248802d57e73a1fc9adbca5869f1fa1 (patch) | |
| tree | dd9cbcbdcaf84e0bde5801fdb5b09b0a03d02041 /src/libstd/lib.rs | |
| parent | 885011ef1fd8fbe8c5be50a0713c03c980772be3 (diff) | |
| parent | 4ef6847d4df609054caca328b69b4ee5335426ae (diff) | |
| download | rust-8c5941896248802d57e73a1fc9adbca5869f1fa1.tar.gz rust-8c5941896248802d57e73a1fc9adbca5869f1fa1.zip | |
Auto merge of #46713 - Manishearth:memchr, r=bluss
Use memchr to speed up [u8]::contains 3x None
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 171c108e3aa..29ea87aaf78 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)] |
