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

@ -1,8 +1,6 @@
use crate::span::{HasSpan, Span};
use super::basic::Space;
use super::expr::Expr;
use super::lit::TableLitElem;
use super::{Expr, Space, TableLitElem};
#[derive(Debug, Clone)]
pub enum TableConstrElem {