Skip to content

Commit 5e2be62

Browse files
committed
Explicitly import symbols
1 parent e386f89 commit 5e2be62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/rustup-init.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515

1616
use anyhow::{anyhow, Result};
1717
use cfg_if::cfg_if;
18-
use rs_tracing::*;
18+
// Public macros require availability of the internal symbols
19+
use rs_tracing::{
20+
close_trace_file, close_trace_file_internal, open_trace_file, trace_to_file_internal,
21+
};
1922

2023
use rustup::cli::common;
2124
use rustup::cli::proxy_mode;

0 commit comments

Comments
 (0)