contain-rs / discuss

A center for discussion and planning of the contain-rs organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Gankra opened this issue · comments

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.

Whoops, totally wrong repo.