Skip to content

Commit 46fdb0b

Browse files
authored
use full import path in tool module (#933)
instead of relying on `use command_helpers::*;` in lib.rs
1 parent 81067d0 commit 46fdb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::{
44
process::Command,
55
};
66

7-
use crate::{run_output, CargoOutput};
7+
use crate::command_helpers::{run_output, CargoOutput};
88

99
/// Configuration used to represent an invocation of a C compiler.
1010
///

0 commit comments

Comments
 (0)