diff options
| author | bors <bors@rust-lang.org> | 2017-07-08 17:30:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-07-08 17:30:37 +0000 |
| commit | b695889fd62b96292d788b2543926e2c201fb709 (patch) | |
| tree | 099366014777c51dbf6c89cceb4e331b576ad42f /src/libsyntax | |
| parent | 1e5162ce5b701dbcdb5b5f6cc98cd35feeb6b958 (diff) | |
| parent | 17bd76a5169df158a750fdf63cf35b3fbd33c28e (diff) | |
| download | rust-b695889fd62b96292d788b2543926e2c201fb709.tar.gz rust-b695889fd62b96292d788b2543926e2c201fb709.zip | |
Auto merge of #43019 - kevinmehall:cleanup-errors, r=nikomatsakis
Remove unused code from librustc_errors While extracting librustc_errors into a [reusable library](https://github.com/kevinmehall/codemap-diagnostic), I noticed some obsolete code that the `dead_code` warning missed because it was marked `pub` but not used elsewhere.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 86f5f42eac7..bd2c386cb8a 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -25,7 +25,6 @@ use std::rc::Rc; use codemap::{self, CodeMap, ExpnInfo, NameAndSpan, MacroAttribute, dummy_spanned}; use errors; -use errors::snippet::{SnippetData}; use config; use entry::{self, EntryPointType}; use ext::base::{ExtCtxt, Resolver}; |
