We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66dbe8 commit e66ecf6Copy full SHA for e66ecf6
tests/dogfood.rs
@@ -3,8 +3,6 @@
3
//!
4
//! See [Eating your own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) for context
5
6
-// Dogfood cannot run on Windows
7
-#![cfg(not(windows))]
8
#![feature(once_cell)]
9
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
10
#![warn(rust_2018_idioms, unused_lifetimes)]
0 commit comments