Commit Graph

2 Commits

Author SHA1 Message Date
ec8793a494 Remove Obj::into_gc() and have Obj ctors return a Gc instead
Since we're nightly and using coerce_unsized, we can just coerce a
Gc<T: Obj> into a Gc<dyn Obj> for free.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-01-25 17:36:07 -08:00
5cef5b1d43 Break out obj module into individual files by type
object.rs was getting a little big and the implementations are only
going to get bigger.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-01-24 18:35:41 -08:00