about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-01-28 15:47:06 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-01-30 10:37:45 -0500
commit60abb3bef2242a8a8be960f2e563036753de336c (patch)
treeed12f8a178e9deb41090ffbf75889dc0cc9c042b /src/libcore
parent2d76c94dd077406d030a9b7058fb52f979db8bd2 (diff)
downloadrust-60abb3bef2242a8a8be960f2e563036753de336c.tar.gz
rust-60abb3bef2242a8a8be960f2e563036753de336c.zip
fixes after rebase
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/iter.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs
index 8f3c0a44835..b0906651da8 100644
--- a/src/libcore/iter.rs
+++ b/src/libcore/iter.rs
@@ -123,7 +123,6 @@ pub trait FromIterator<A> {
 }
 
 /// Conversion into an `Iterator`
-#[unstable]
 pub trait IntoIterator {
     type Iter: Iterator;