dictionary/mutable: fix set()
implementation
This commit is contained in:
@ -34,6 +34,7 @@ impl<'a> Ref<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
self.ptr = ptr;
|
self.ptr = ptr;
|
||||||
|
self.imm = immutable::Ref::wrap(ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user