Add #![cfg(windows)] to allow publishing from non-Windows hosts.
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
clippy::use_self
|
clippy::use_self
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
|
#![cfg(windows)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|||||||
Reference in New Issue
Block a user