mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
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:
parent
1accf068d8
commit
6e6031e094
@ -55,6 +55,8 @@ use std::num::NonZeroUsize;
|
|||||||
use std::panic;
|
use std::panic;
|
||||||
use std::path::{Path, PathBuf};
|
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 use termcolor::{Color, ColorSpec, WriteColor};
|
||||||
|
|
||||||
pub mod annotate_snippet_emitter_writer;
|
pub mod annotate_snippet_emitter_writer;
|
||||||
|
Loading…
Reference in New Issue
Block a user