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 74feb68 commit 5d3ebe6Copy full SHA for 5d3ebe6
1 file changed
tests/cli_errors.rs
@@ -1,4 +1,5 @@
1
#![cfg(feature = "cli")]
2
+#![cfg_attr(not(unix), allow(unused))] // TODO: remove this after merging from master
3
4
pub mod _utils;
5
pub use _utils::*;
0 commit comments