Skip to content

Commit 9b8ed0b

Browse files
committed
quick fixup
1 parent b892729 commit 9b8ed0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcollections/dlist.rs

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ struct Node<T> {
5555

5656
/// An iterator over references to the items of a `DList`.
5757
#[stable]
58-
#[deriving(Clone)]
5958
pub struct Iter<'a, T:'a> {
6059
head: &'a Link<T>,
6160
tail: Rawlink<Node<T>>,

0 commit comments

Comments
 (0)