1
Fork 0

Remove unused code from librustc_errors

This commit is contained in:
Kevin Mehall 2017-07-02 13:46:38 -07:00
parent d2ebb12a1d
commit 17bd76a516
5 changed files with 4 additions and 23 deletions

View file

@ -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};