auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton

This commit is contained in:
bors 2014-11-28 02:46:24 +00:00
commit dbbb722f25

View file

@ -252,7 +252,7 @@ mod imp {
#[cfg(all(target_os = "ios", target_arch = "arm"))]
#[inline(never)]
pub fn write(w: &mut Writer) -> IoResult<()> {
use iter::{Iterator, range};
use iter::{IteratorExt, range};
use result;
use slice::{SlicePrelude};