From ba0ec950a8b5aec6db9daf5e7795bd00a51ffb6c Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Fri, 20 Feb 2015 17:07:56 +0100 Subject: [PATCH] Use old_io and old_path features in the examples --- examples/extract.rs | 2 +- examples/extract_lorem.rs | 2 +- examples/write_sample.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/extract.rs b/examples/extract.rs index c833c812..3c230fa7 100644 --- a/examples/extract.rs +++ b/examples/extract.rs @@ -1,4 +1,4 @@ -#![feature(path, io, env)] +#![feature(old_path, old_io, env)] extern crate zip; diff --git a/examples/extract_lorem.rs b/examples/extract_lorem.rs index 82a0f007..1bab70f0 100644 --- a/examples/extract_lorem.rs +++ b/examples/extract_lorem.rs @@ -1,4 +1,4 @@ -#![feature(path, io, env)] +#![feature(old_path, old_io, env)] extern crate zip; diff --git a/examples/write_sample.rs b/examples/write_sample.rs index 3db05e04..9d1d43da 100644 --- a/examples/write_sample.rs +++ b/examples/write_sample.rs @@ -1,4 +1,4 @@ -#![feature(io, path, env)] +#![feature(old_io, old_path, env)] extern crate zip;