Simplify imports

This commit is contained in:
Joscha 2022-11-19 11:01:09 +01:00
parent 36e40d254d
commit e2bb847577
7 changed files with 7 additions and 22 deletions

View file

@ -3,8 +3,7 @@ use std::fmt;
use crate::builtin::Builtin;
use crate::span::{HasSpan, Span};
use super::basic::{Ident, Space};
use super::expr::Expr;
use super::{Expr, Ident, Space};
#[derive(Clone)]
pub enum NumLitStr {