Use Vec::drain in BufWriter
I happened past a comment that asked for functionality that we now have.
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(core_prelude)]
|
||||
#![feature(core_simd)]
|
||||
#![feature(drain)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(heap_api)]
|
||||
#![feature(int_error_internals)]
|
||||
|
||||
Reference in New Issue
Block a user