Skip to content

Commit 32454da

Browse files
committed
fix compiler warnings on macos CI runs
1 parent 1630d9a commit 32454da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/cases/exit_codes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-3.0-or-later
22

3-
use super::constants::{BEAR_BIN, FALSE_PATH, SLEEP_PATH, TRUE_PATH};
3+
use super::constants::*;
44

55
use assert_cmd::cargo::cargo_bin;
66
use assert_cmd::Command;

0 commit comments

Comments
 (0)