]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_errors/lib.rs
review comments and fix rebase
[rust.git] / src / librustc_errors / lib.rs
index 17765ef9deefa25df550aebe9041fe0c312e400e..fb34d844fdafbcf3c172b732064b384b63904af0 100644 (file)
@@ -38,6 +38,7 @@
 mod styled_buffer;
 mod lock;
 pub mod json;
+pub use snippet::Style;
 
 pub type PResult<'a, T> = Result<T, DiagnosticBuilder<'a>>;