]> git.proxmox.com Git - cargo.git/commitdiff
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)
Replace home-grown create_dir_all with std::fs::create_dir_all

The old one is just the historical artifact, right?


Trivial merge