Skip to content

Commit

Permalink
Add comment so pub items are not removed
Browse files Browse the repository at this point in the history
As suggested in rust-lang#115393, add a comment so someone doesn't clean these up.
  • Loading branch information
LegNeato authored Sep 1, 2023
1 parent 1accf06 commit 6e6031e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_errors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ use std::num::NonZeroUsize;
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;
Expand Down

0 comments on commit 6e6031e

Please sign in to comment.