minor: Simplify

This commit is contained in:
Lukas Wirth 2021-10-03 12:42:00 +02:00
parent 745fd9903c
commit 0943c4be8b
7 changed files with 91 additions and 143 deletions

View file

@ -18,7 +18,7 @@ use crate::{
};
pub use self::{
expr_ext::{ArrayExprKind, BlockModifier, ElseBranch, LiteralKind},
expr_ext::{ArrayExprKind, BlockModifier, CallableExpr, ElseBranch, LiteralKind},
generated::{nodes::*, tokens::*},
node_ext::{
AttrKind, FieldKind, Macro, NameLike, NameOrNameRef, PathSegmentKind, SelfParamKind,