Skip to content

Commit 79a1e7a

Browse files
committed
build_helper: rename run -> run_verbose (seems unused)
1 parent f23a5f2 commit 79a1e7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/build_helper/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ pub fn restore_library_path() {
4545
}
4646
}
4747

48-
pub fn run(cmd: &mut Command) {
48+
/// Run the command, printing what we are running.
49+
pub fn run_verbose(cmd: &mut Command) {
4950
println!("running: {:?}", cmd);
5051
run_silent(cmd);
5152
}

0 commit comments

Comments
 (0)