]> git.lizzy.rs Git - rust.git/commit
Remove internal and unstable MaybeUninit::UNINIT.
authorMara Bos <m-ou.se@m-ou.se>
Wed, 9 Sep 2020 16:38:10 +0000 (18:38 +0200)
committerMara Bos <m-ou.se@m-ou.se>
Wed, 9 Sep 2020 16:38:10 +0000 (18:38 +0200)
commit4506d26cf39dcde786d4853af133bf26799bf65d
treeafee2a458ac7d8e63e5702cb0de792a8cc4c5f82
parentb4bdc07ff5a70175dbcdff7331c557245ddb012f
Remove internal and unstable MaybeUninit::UNINIT.

Looks like it is no longer necessary, as uninit_array() can be used
instead in the few cases where it was needed.
library/alloc/src/collections/btree/node.rs
library/alloc/src/lib.rs
library/core/src/mem/maybe_uninit.rs