mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Disable dogfood until rust-lang-nursery/rustup.rs#1499 is merged
This commit is contained in:
parent
5f9af5f69c
commit
14335f372b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#[test]
|
||||
fn dogfood() {
|
||||
if option_env!("RUSTC_TEST_SUITE").is_some() {
|
||||
if option_env!("RUSTC_TEST_SUITE").is_some() || cfg!(windows) {
|
||||
return;
|
||||
}
|
||||
let root_dir = std::env::current_dir().unwrap();
|
||||
|
|
Loading…
Reference in a new issue