diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-07 03:53:01 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-07 03:53:01 +0900 |
| commit | 950fe6686da1fdbaf25341cc5fafe1bb9fb1b180 (patch) | |
| tree | e7075f977bce6e6b63d41aca635fb060524d3c12 /src/librustc_errors/styled_buffer.rs | |
| parent | b139669f374eb5024a50eb13f116ff763b1c5935 (diff) | |
| download | rust-950fe6686da1fdbaf25341cc5fafe1bb9fb1b180.tar.gz rust-950fe6686da1fdbaf25341cc5fafe1bb9fb1b180.zip | |
librustc_errors => 2018
Diffstat (limited to 'src/librustc_errors/styled_buffer.rs')
| -rw-r--r-- | src/librustc_errors/styled_buffer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/styled_buffer.rs b/src/librustc_errors/styled_buffer.rs index 880f09e75e3..6e03618d2b0 100644 --- a/src/librustc_errors/styled_buffer.rs +++ b/src/librustc_errors/styled_buffer.rs @@ -1,6 +1,6 @@ // Code for creating styled buffers -use snippet::{Style, StyledString}; +use crate::snippet::{Style, StyledString}; #[derive(Debug)] pub struct StyledBuffer { |
