We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3088df4 + 3711fc1 commit 069c49cCopy full SHA for 069c49c
alloc/src/collections/btree/set.rs
@@ -139,7 +139,7 @@ pub struct Iter<'a, T: 'a> {
139
#[stable(feature = "collection_debug", since = "1.17.0")]
140
impl<T: fmt::Debug> fmt::Debug for Iter<'_, T> {
141
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
142
- f.debug_tuple("Iter").field(&self.iter.clone()).finish()
+ f.debug_tuple("Iter").field(&self.iter).finish()
143
}
144
145
0 commit comments