diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2019-11-06 10:39:57 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2019-11-16 16:12:22 -0800 |
| commit | 2fe8371268b36193fa4dc8461341db90f4ec96b9 (patch) | |
| tree | 925b45cb67cdc49e0b7596d3c2fb316e945a3909 /src/librustc_errors | |
| parent | 7a2f3ee73f6286744ff7b36324ddb9fb5dca62ac (diff) | |
| download | rust-2fe8371268b36193fa4dc8461341db90f4ec96b9.tar.gz rust-2fe8371268b36193fa4dc8461341db90f4ec96b9.zip | |
review comments and fix rebase
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 17765ef9dee..fb34d844fda 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -38,6 +38,7 @@ pub mod registry; mod styled_buffer; mod lock; pub mod json; +pub use snippet::Style; pub type PResult<'a, T> = Result<T, DiagnosticBuilder<'a>>; |
