Simplify imports
This commit is contained in:
parent
36e40d254d
commit
e2bb847577
7 changed files with 7 additions and 22 deletions
|
|
@ -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 Field {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue