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