internal: make naming consistent

This commit is contained in:
Aleksey Kladov 2021-08-14 17:01:28 +03:00
parent faa420fc32
commit 6df00f8495
9 changed files with 14 additions and 14 deletions

View file

@ -24,7 +24,7 @@ pub use self::{
AttrKind, AttrsOwnerNode, FieldKind, Macro, NameLike, NameOrNameRef, PathSegmentKind,
SelfParamKind, SlicePatComponents, StructKind, TypeBoundKind, VisibilityKind,
},
operators::{PrefixOp, RangeOp},
operators::{RangeOp, UnaryOp},
token_ext::{
CommentKind, CommentPlacement, CommentShape, HasFormatSpecifier, IsString, QuoteOffsets,
Radix,