diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-03-02 13:50:59 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2018-03-02 18:12:22 +0900 |
| commit | 08504fbb0b05abdd9543f08102b0d6275dde210c (patch) | |
| tree | efbfce64f5f77b78f255d2e31027bb2198bfa17b /src/liballoc/lib.rs | |
| parent | a85417f5938023d1491b44d94da705f539bb8b17 (diff) | |
| download | rust-08504fbb0b05abdd9543f08102b0d6275dde210c.tar.gz rust-08504fbb0b05abdd9543f08102b0d6275dde210c.zip | |
Optimize str::repeat
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index d250cfe1880..cb43d5bee78 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -124,6 +124,7 @@ #![feature(allocator_internals)] #![feature(on_unimplemented)] #![feature(exact_chunks)] +#![feature(pointer_methods)] #![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice, i128))] #![cfg_attr(test, feature(test, box_heap))] |
