]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=Amanieu
authorMark Rousskov <mark.simulacrum@gmail.com>
Thu, 18 Jul 2019 15:29:45 +0000 (11:29 -0400)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 15:29:45 +0000 (11:29 -0400)
commit5d4681f76a700117c01b6203edfd6ff02e36ddab
treef7bf7d5cf5ac9e223af57043c8fbe4608a2ebe7a
parentaa31ca71283f783b20ee3b460620e0907f4a4a31
parent04f0d309dcbaa8425c702d1439592b87fff0a69e
Rollup merge of #62732 - nathanwhit:fix_mem_uninit, r=Amanieu

Remove last use of mem::uninitialized from std::io::util

Addresses #62397 for std::io::util