]> git.lizzy.rs Git - rust.git/commit
std: Move platform specific path code into sys
authorBrian Anderson <banderson@mozilla.com>
Wed, 21 Sep 2016 19:11:39 +0000 (19:11 +0000)
committerBrian Anderson <banderson@mozilla.com>
Sat, 1 Oct 2016 19:28:17 +0000 (19:28 +0000)
commite6457bb67678c719d610e8f27f827c2e1ea56111
tree8ea186fc56426f7d52a1c3169cf557473d138ffe
parentdf9fa1a51e9e9570c30b98be2409964313f5d607
std: Move platform specific path code into sys
src/libstd/path.rs
src/libstd/sys/unix/mod.rs
src/libstd/sys/unix/path.rs [new file with mode: 0644]
src/libstd/sys/windows/mod.rs
src/libstd/sys/windows/path.rs [new file with mode: 0644]