Skip to content

Commit e66ecf6

Browse files
committed
Run dogfood on windows
I believe this is possible as of #7631
1 parent b66dbe8 commit e66ecf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/dogfood.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//!
44
//! See [Eating your own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) for context
55
6-
// Dogfood cannot run on Windows
7-
#![cfg(not(windows))]
86
#![feature(once_cell)]
97
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
108
#![warn(rust_2018_idioms, unused_lifetimes)]

0 commit comments

Comments
 (0)