Update feature list
This commit is contained in:
parent
aa4e395ec9
commit
d778c0bb30
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, exit_status)]
|
||||
#![feature(exit_status)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, exit_status)]
|
||||
#![feature(exit_status)]
|
||||
|
||||
use std::io::prelude::*;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(io, path, exit_status)]
|
||||
#![feature(exit_status)]
|
||||
|
||||
use std::io::prelude::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue