Skip to content

Commit

Permalink
auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 28, 2014
2 parents eb4e0f7 + 8d1aab1 commit dbbb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/backtrace.rs
Expand Up @@ -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};

Expand Down

0 comments on commit dbbb722

Please sign in to comment.