Skip to content

Commit e6c613f

Browse files
committed
remove irrelevant fixme (#2607)
1 parent 5151c08 commit e6c613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/dvec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ impl extensions<A> for dvec<A> {
129129
#[doc = "Overwrite the current contents"]
130130
fn set(+w: [mut A]) {
131131
self.check_not_borrowed();
132-
self.data <- w; //FIXME check for recursive use (#2607)
132+
self.data <- w;
133133
}
134134
}
135135

0 commit comments

Comments
 (0)