]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5285 - matklad:create-all-the-dirs, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Apr 2018 14:40:15 +0000 (14:40 +0000)
committerbors <bors@rust-lang.org>
Tue, 3 Apr 2018 14:40:15 +0000 (14:40 +0000)
commit9bd7134fc5972d8582165ab8e3a6e7d685fc5cc4
tree1b02b98d432b5aef06cb65f833fa6b7c1a0448d6
parent18ec7dbd0593af07e504ef568d626265eefb6d20
parent5d0ce40deb43a12aa15814ad6c92bf6f391cf1aa
Auto merge of #5285 - matklad:create-all-the-dirs, r=alexcrichton

Replace home-grown create_dir_all with std::fs::create_dir_all

The old one is just the historical artifact, right?