]> git.lizzy.rs Git - rust.git/commit
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)
commita4574bd4a5e92400ef700cf69cab420b490b377a
treefe34ff54e1e085be44e4b86da4ddd6a587f06037
parent281f9d868fee8e4f9750fc12289dc10522f587ea
parent622ec5d8d0f32977e0fb85f837b43c0570982121
Auto merge of #31855 - alexcrichton:fix-tidy, r=nikomatsakis

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.