Skip to content

Commit

Permalink
Run dogfood on windows
Browse files Browse the repository at this point in the history
I believe this is possible as of rust-lang/rust-clippy#7631
  • Loading branch information
camsteffen committed Jan 10, 2022
1 parent b66dbe8 commit e66ecf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/dogfood.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit e66ecf6

Please sign in to comment.