From 7b51c1c5730feaacffbd094ed0ee732df29eafdf Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Sat, 11 Jul 2015 22:38:41 +0200 Subject: Use Vec::drain in BufWriter I happened past a comment that asked for functionality that we now have. --- src/libstd/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 1e82a03f286..53423cd5148 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -119,6 +119,7 @@ #![feature(core_intrinsics)] #![feature(core_prelude)] #![feature(core_simd)] +#![feature(drain)] #![feature(fnbox)] #![feature(heap_api)] #![feature(int_error_internals)] -- cgit 1.4.1-3-g733a5