Skip to content

Commit

Permalink
Rollup merge of rust-lang#115447 - LegNeato:patch-2, r=oli-obk
Browse files Browse the repository at this point in the history
Add comment so pub items are not removed

As suggested in rust-lang#115393, add a comment so someone doesn't clean these up.
  • Loading branch information
matthiaskrgr authored Sep 1, 2023
2 parents db450d2 + 6e6031e commit ead5f80
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 ead5f80

Please sign in to comment.