Convert unstable to the requested features
This commit is contained in:
parent
1a2e5a0fe3
commit
55ebfaaa7c
4 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#![allow(unstable)]
|
||||
#![feature(path, io, os)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(unstable)]
|
||||
#![feature(os, path, io)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(unstable)]
|
||||
#![feature(io, os, path)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
#![feature(unsafe_destructor)]
|
||||
#![warn(missing_docs)]
|
||||
#![allow(unstable)]
|
||||
|
||||
#![feature(core, collections, io, std_misc)]
|
||||
|
||||
extern crate time;
|
||||
extern crate flate2;
|
||||
|
|
Loading…
Add table
Reference in a new issue