mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-31 07:21:04 +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 intern::{InternedString};
|
||||||
use grammar::repr::{Types, TypeRepr};
|
use grammar::repr::{TypeRepr};
|
||||||
use std::fmt::{Display, Formatter, Error};
|
use std::fmt::{Display, Formatter, Error};
|
||||||
use util::Sep;
|
use util::Sep;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user