remove two unused imports

This commit is contained in:
Niko Matsakis 2015-06-18 05:57:48 -04:00
parent 753244f598
commit 088ad2f444

View File

@ -59,8 +59,8 @@ grammar Type<'input, T> {
*/
use intern::{intern, InternedString};
use grammar::repr::{Types, TypeRepr};
use intern::{InternedString};
use grammar::repr::{TypeRepr};
use std::fmt::{Display, Formatter, Error};
use util::Sep;