Skip to content

Commit

Permalink
use full import path in tool module (#933)
Browse files Browse the repository at this point in the history
instead of relying on `use command_helpers::*;` in lib.rs
  • Loading branch information
Be-ing authored Jan 30, 2024
1 parent 81067d0 commit 46fdb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::{
process::Command,
};

use crate::{run_output, CargoOutput};
use crate::command_helpers::{run_output, CargoOutput};

/// Configuration used to represent an invocation of a C compiler.
///
Expand Down

0 comments on commit 46fdb0b

Please sign in to comment.