Use Vec::drain in BufWriter

I happened past a comment that asked for functionality that we now have.
This commit is contained in:
Ulrik Sverdrup
2015-07-11 22:38:41 +02:00
parent 1b28ffa521
commit 7b51c1c573
2 changed files with 2 additions and 8 deletions

View File

@@ -119,6 +119,7 @@
#![feature(core_intrinsics)]
#![feature(core_prelude)]
#![feature(core_simd)]
#![feature(drain)]
#![feature(fnbox)]
#![feature(heap_api)]
#![feature(int_error_internals)]