remove irrelevant fixme (#2607)
This commit is contained in:
parent
5151c08850
commit
e6c613ffa5
@ -129,7 +129,7 @@ impl extensions<A> for dvec<A> {
|
|||||||
#[doc = "Overwrite the current contents"]
|
#[doc = "Overwrite the current contents"]
|
||||||
fn set(+w: [mut A]) {
|
fn set(+w: [mut A]) {
|
||||||
self.check_not_borrowed();
|
self.check_not_borrowed();
|
||||||
self.data <- w; //FIXME check for recursive use (#2607)
|
self.data <- w;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user