auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton
This commit is contained in:
commit
dbbb722f25
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue