From 16c8cd931cd5ccc9c73b87cac488938556018019 Mon Sep 17 00:00:00 2001 From: gamazeps Date: Sat, 8 Nov 2014 01:39:39 +0100 Subject: Renamed Extendable to Extend In order to upgrade, simply rename the Extendable trait to Extend in your code Part of #18424 [breaking-change] --- src/libstd/io/fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/io') diff --git a/src/libstd/io/fs.rs b/src/libstd/io/fs.rs index c95d2c3f328..e76046bac05 100644 --- a/src/libstd/io/fs.rs +++ b/src/libstd/io/fs.rs @@ -60,7 +60,7 @@ use io::{IoResult, IoError, FileStat, SeekStyle, Seek, Writer, Reader}; use io::{Read, Truncate, SeekCur, SeekSet, ReadWrite, SeekEnd, Append}; use io::UpdateIoError; use io; -use iter::{Iterator, Extendable}; +use iter::{Iterator, Extend}; use kinds::Send; use libc; use option::{Some, None, Option}; -- cgit 1.4.1-3-g733a5