1
Fork 0

Fallout from stabilization

This commit is contained in:
Aaron Turon 2014-11-06 09:32:37 -08:00
parent a86f72d9a2
commit b299c2b57d
58 changed files with 105 additions and 103 deletions

View file

@ -17,7 +17,7 @@
use core::kinds::Sized;
use fmt;
use iter::Iterator;
use iter::IteratorExt;
use mem;
use option::{Option, Some, None};
use slice::{SlicePrelude, AsSlice};