]> Witch of Git - ivy/commit
[rt] Change destructor decref to use immutable slices
authorCassie Jones <code@witchoflight.com>
Sat, 2 Jan 2021 22:37:58 +0000 (17:37 -0500)
committerCassie Jones <code@witchoflight.com>
Sat, 2 Jan 2021 22:37:58 +0000 (17:37 -0500)
commit06710fce596371b2130c6e7aebe2472dd935b4ab
tree66152d86f90a072ebdde7a46d0f833136e27bc54
parent780dbac037c8c7ece5e97e08efd49b6e479df151
[rt] Change destructor decref to use immutable slices

It should be safe since the destructor should have exclusive access to
the object, but this avoids making potentially aliased references.
rt/src/lam.rs
rt/src/lib.rs