kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

add Collect impl for `std::collections::LinkedList` #94

Closed Jengamon closed 2 months ago

Jengamon commented 4 months ago

Gotta collect them all.

Might not be incredibly necessary, tho...

kyren commented 2 months ago

I mean, this makes sense to me and is harmless to add I think