Skip to content

Commit 5d3ebe6

Browse files
committed
test: fix windows
1 parent 74feb68 commit 5d3ebe6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/cli_errors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg(feature = "cli")]
2+
#![cfg_attr(not(unix), allow(unused))] // TODO: remove this after merging from master
23

34
pub mod _utils;
45
pub use _utils::*;

0 commit comments

Comments
 (0)