]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #31855 - alexcrichton:fix-tidy, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 24 Feb 2016 01:55:45 +0000 (01:55 +0000)
committerbors <bors@rust-lang.org>
Wed, 24 Feb 2016 01:55:45 +0000 (01:55 +0000)
The MinGW-based Python implementations would automatically do this, but if we
want to use Python from the official downloads our usage of `/` instead of `\`
can wreak havoc. In a few select locations just use `os.path.normpath` do do the
conversions properly for us.


Trivial merge