]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 28 Jun 2022 16:34:33 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 16:34:33 +0000 (18:34 +0200)
commita3bdd46431d0baf25c2bef85a05fd6c1238459c7
tree3f8eff6b0e3c96ccb1e7f8681216eed351e314af
parent956a9f55c0e1b45605975d565848da089897a853
parent720c430822ab093449d495487cc103b39bcf9f4a
Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-Simulacrum

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.