From e66ecf6f0e137196e67daf0ba0982766a2c91175 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Mon, 10 Jan 2022 11:05:05 -0600 Subject: [PATCH] Run dogfood on windows I believe this is possible as of rust-lang/rust-clippy#7631 --- tests/dogfood.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/dogfood.rs b/tests/dogfood.rs index 6f7de9c67a9b..17033f6e908f 100644 --- a/tests/dogfood.rs +++ b/tests/dogfood.rs @@ -3,8 +3,6 @@ //! //! See [Eating your own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) for context -// Dogfood cannot run on Windows -#![cfg(not(windows))] #![feature(once_cell)] #![cfg_attr(feature = "deny-warnings", deny(warnings))] #![warn(rust_2018_idioms, unused_lifetimes)]