mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:16:01 +00:00
Mention "null pointer optimization" in option docs. I had seen people discuss "null pointer optimization," but when I tried to find official documentation (using Google), the `std::option` page didn't show up, because it doesn't use that term. Hopefully adding the term will help others find it in the future.