Update features and deprecated items
This commit is contained in:
parent
8ee78c5314
commit
785dccbf8e
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, fs, exit_status)]
|
||||
#![feature(path, io, exit_status)]
|
||||
|
||||
extern crate zip;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(path, io, fs, exit_status)]
|
||||
#![feature(path, io, exit_status)]
|
||||
|
||||
use std::io::prelude::*;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![feature(io, fs, path, exit_status)]
|
||||
#![feature(io, path, exit_status)]
|
||||
|
||||
use std::io::prelude::*;
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ pub enum ZipError
|
|||
|
||||
impl ZipError
|
||||
{
|
||||
fn detail(&self) -> ::std::string::CowString
|
||||
fn detail(&self) -> ::std::borrow::Cow<str>
|
||||
{
|
||||
use ::std::error::Error;
|
||||
use ::std::borrow::IntoCow;
|
||||
|
|
Loading…
Add table
Reference in a new issue