Dhghomon / easy_rust

Rust explained using easy English
MIT License
8.05k stars 376 forks source link

not really means "make this go out of scope" #158

Open oilel opened 1 year ago

oilel commented 1 year ago

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.