Skip to content

Commit 6e6031e

Browse files
authored
Add comment so pub items are not removed
As suggested in #115393, add a comment so someone doesn't clean these up.
1 parent 1accf06 commit 6e6031e

File tree

1 file changed

+2
-0
lines changed
  • compiler/rustc_errors/src

1 file changed

+2
-0
lines changed

compiler/rustc_errors/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ use std::num::NonZeroUsize;
5555
use std::panic;
5656
use std::path::{Path, PathBuf};
5757

58+
// Used by external projects such as `rust-gpu`.
59+
// See https://github.com/rust-lang/rust/pull/115393.
5860
pub use termcolor::{Color, ColorSpec, WriteColor};
5961

6062
pub mod annotate_snippet_emitter_writer;

0 commit comments

Comments
 (0)