> forget is not marked as unsafe, because Rust's safety guarantees do not include a guarantee that destructors will always run.
This was a problem in Rust when scoped threads relied on destructors being run.
[1] https://doc.rust-lang.org/std/mem/fn.forget.html
> forget is not marked as unsafe, because Rust's safety guarantees do not include a guarantee that destructors will always run.
This was a problem in Rust when scoped threads relied on destructors being run.
[1] https://doc.rust-lang.org/std/mem/fn.forget.html