mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
a3bdd46431
Remove feature `const_option` from std This is part of the effort to reduce the number of unstable features used by std. This one is easy as it's only used in one place.