Add #![cfg(windows)] to allow publishing from non-Windows hosts.

This commit is contained in:
Dan Gohman
2019-08-20 16:38:01 -07:00
parent 19055d0178
commit eb90f76b42

View File

@@ -19,6 +19,7 @@
clippy::use_self
)
)]
#![cfg(windows)]
#[macro_use]
extern crate bitflags;