Avoid unnecessary Vec construction in BufReader
This commit is contained in:
parent
939b14334d
commit
9425e304b1
2 changed files with 4 additions and 4 deletions
|
@ -289,6 +289,7 @@
|
|||
#![feature(needs_panic_runtime)]
|
||||
#![feature(negative_impls)]
|
||||
#![feature(never_type)]
|
||||
#![feature(new_uninit)]
|
||||
#![feature(nll)]
|
||||
#![feature(nonnull_slice_from_raw_parts)]
|
||||
#![feature(once_cell)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue