Rollup merge of #115447 - LegNeato:patch-2, r=oli-obk

Add comment so pub items are not removed

As suggested in https://github.com/rust-lang/rust/pull/115393, add a comment so someone doesn't clean these up.
This commit is contained in:
Matthias Krüger
2023-09-01 21:41:41 +02:00
committed by GitHub
+2
View File
@@ -55,6 +55,8 @@
use std::panic;
use std::path::{Path, PathBuf};
// Used by external projects such as `rust-gpu`.
// See https://github.com/rust-lang/rust/pull/115393.
pub use termcolor::{Color, ColorSpec, WriteColor};
pub mod annotate_snippet_emitter_writer;