mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
remove two unused imports
This commit is contained in:
parent
753244f598
commit
088ad2f444
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user