Remove unused import

This commit is contained in:
Arthur Targaryen 2021-10-09 12:29:59 +02:00
parent d1f0740765
commit 357b9ccaa9

View File

@ -13,7 +13,7 @@ pub use unit::*;
use std::fmt::Debug;
use crate::ast::{CellPath, PathMember, RangeInclusion};
use crate::ast::{CellPath, PathMember};
use crate::{span, BlockId, Span, Type};
use crate::ShellError;