Skip to content

Commit c13f4f3

Browse files
committed
add Extendable to the prelude
1 parent b3a317c commit c13f4f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/prelude.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub use char::Char;
4949
pub use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
5050
pub use hash::Hash;
5151
pub use iter::Times;
52+
pub use iterator::Extendable;
5253
pub use iterator::{Iterator, IteratorUtil, DoubleEndedIterator, DoubleEndedIteratorUtil};
5354
pub use iterator::{ClonableIterator, OrdIterator};
5455
pub use num::{Num, NumCast};
@@ -64,7 +65,7 @@ pub use path::WindowsPath;
6465
pub use ptr::RawPtr;
6566
pub use ascii::{Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, ToBytesConsume};
6667
pub use str::{Str, StrVector, StrSlice, OwnedStr, NullTerminatedStr};
67-
pub use from_str::{FromStr};
68+
pub use from_str::FromStr;
6869
pub use to_bytes::IterBytes;
6970
pub use to_str::{ToStr, ToStrConsume};
7071
pub use tuple::{CopyableTuple, ImmutableTuple, ExtendedTupleOps};

0 commit comments

Comments
 (0)