diff options
| author | Jonathan Turner <jturner@mozilla.com> | 2016-07-11 16:02:03 -0400 |
|---|---|---|
| committer | Jonathan Turner <jturner@mozilla.com> | 2016-07-14 07:57:46 -0400 |
| commit | 71ec2867e3c4cc448cb64890daffd1d5ffbe353b (patch) | |
| tree | 1b200b63c1c5427567ee22a919e28c04914781ad /src/libsyntax | |
| parent | a019c2c6bad2bae7e0f5c527ea8a11615acc037f (diff) | |
| download | rust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.tar.gz rust-71ec2867e3c4cc448cb64890daffd1d5ffbe353b.zip | |
Implement latest rfc style using simpler rendering
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 0a60b7fd430..570c0a09bc4 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -26,7 +26,7 @@ use std::rc::Rc; use codemap::{self, CodeMap, ExpnInfo, NameAndSpan, MacroAttribute}; use errors; -use errors::snippet::{RenderedLine, SnippetData}; +use errors::snippet::{SnippetData}; use config; use entry::{self, EntryPointType}; use ext::base::{ExtCtxt, DummyMacroLoader}; |
