Move File::{read,write}_contents
to fs::{read,write}
free functions.
This commit is contained in:
parent
fd518ac4b0
commit
c670424cbe
2 changed files with 72 additions and 71 deletions
|
@ -269,7 +269,7 @@
|
|||
#![feature(core_intrinsics)]
|
||||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
#![feature(file_read_write_contents)]
|
||||
#![feature(fs_read_write)]
|
||||
#![feature(fixed_size_array)]
|
||||
#![feature(float_from_str_radix)]
|
||||
#![feature(fn_traits)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue