Manishearth / rust-gc

Simple tracing (mark and sweep) garbage collector for Rust
Mozilla Public License 2.0
972 stars 50 forks source link

Remove unnecessary feature(specialization) from test #138

Closed andersk closed 3 years ago

andersk commented 3 years ago

This became unnecessary upon the combination of #113 with #129.