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 71474a9 commit 1b7daf7Copy full SHA for 1b7daf7
1 file changed
tests/stratisd_min.rs
@@ -1,6 +1,9 @@
1
// This Source Code Form is subject to the terms of the Mozilla Public
2
// License, v. 2.0. If a copy of the MPL was not distributed with this
3
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+
5
+#![cfg(all(feature = "engine", feature = "min"))]
6
7
use assert_cmd::prelude::{CommandCargoExt, OutputAssertExt};
8
use std::process::Command;
9
use std::{thread, time};
0 commit comments