We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b892729 commit 9b8ed0bCopy full SHA for 9b8ed0b
src/libcollections/dlist.rs
@@ -55,7 +55,6 @@ struct Node<T> {
55
56
/// An iterator over references to the items of a `DList`.
57
#[stable]
58
-#[deriving(Clone)]
59
pub struct Iter<'a, T:'a> {
60
head: &'a Link<T>,
61
tail: Rawlink<Node<T>>,
0 commit comments