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,7 +1,6 @@
use crate::span::{HasSpan, Span};
use super::basic::{Ident, Space};
use super::expr::Expr;
use super::{Expr, Ident, Space};
#[derive(Debug, Clone)]
pub enum TablePatternElem {