easy_rust
easy_rust copied to clipboard
not really means "make this go out of scope"
Interior mutability page says: std::mem::drop means "make this go out of scope". But this post on Rust User Forum said drop() doesn't affect scoping.