Run dogfood on windows

I believe this is possible as of rust-lang/rust-clippy#7631
This commit is contained in:
Cameron Steffen 2022-01-10 11:05:05 -06:00
parent b66dbe87f1
commit e66ecf6f0e

View File

@ -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)]