Skip to content

Commit fab1fa9

Browse files
committed
remove the #[stable] thingy
1 parent dae149c commit fab1fa9

File tree

1 file changed

+0
-1
lines changed
  • src/liballoc/collections/btree

1 file changed

+0
-1
lines changed

src/liballoc/collections/btree/set.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ impl<T: fmt::Debug> fmt::Debug for SymmetricDifference<'_, T> {
155155
}
156156
}
157157

158-
#[stable(feature = "rust1", since = "1.0.0")]
159158
#[derive(Debug)]
160159
enum IntersectionOther<'a, T> {
161160
ITER(Peekable<Iter<'a, T>>),

0 commit comments

Comments
 (0)