mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
remove unused use
This commit is contained in:
parent
4f6b1b5df1
commit
375073ed6b
|
@ -1,5 +1,5 @@
|
||||||
#![allow(clippy::type_complexity)]
|
#![allow(clippy::type_complexity)]
|
||||||
use chumsky::{error, prelude::*, Stream};
|
use chumsky::{prelude::*, Stream};
|
||||||
use std::fmt::{Display, Formatter, Result as FmtResult};
|
use std::fmt::{Display, Formatter, Result as FmtResult};
|
||||||
use crate::trans::ty::Type;
|
use crate::trans::ty::Type;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
use std::fmt::{Display, Formatter, Result as FmtResult};
|
|
||||||
use crate::trans::ty::*;
|
use crate::trans::ty::*;
|
||||||
|
|
||||||
use super::parse::Spanned;
|
use super::parse::Spanned;
|
||||||
|
|
Loading…
Reference in a new issue