Use old_io and old_path features in the examples
This commit is contained in:
parent
0920c9baf1
commit
ba0ec950a8
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, env)]
|
||||
#![feature(old_path, old_io, env)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, env)]
|
||||
#![feature(old_path, old_io, env)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(io, path, env)]
|
||||
#![feature(old_io, old_path, env)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue