syntax::diagnostic: Remove unnecessary traits

This removes trait `handler` and `span_handler`,
and renames `HandlerT` to `Handler`, `CodemapT` to `SpanHandler`.
This commit is contained in:
klutzy
2013-12-31 23:17:59 +09:00
parent a52cdfdfce
commit fe10c63326
16 changed files with 74 additions and 103 deletions

View File

@@ -12,7 +12,6 @@ use ast;
use ast::Name;
use codemap;
use codemap::{CodeMap, Span, ExpnInfo};
use diagnostic::span_handler;
use ext;
use ext::expand;
use parse;