contain-rs / discuss

A center for discussion and planning of the contain-rs organization.
5 stars 0 forks source link

Allow destructing types that implement drop (maybe with a warning) #7

Closed Gankra closed 9 years ago

Gankra commented 9 years ago

This is equivalent to mem::forget, and therefore seems to be safe if only a bit foolhardy. Only really a problem within the module that defines the type regardless.

Gankra commented 9 years ago

Whoops, totally wrong repo.