mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-18 08:10:11 +00:00
rename flavor to kind
This commit is contained in:
parent
cb5001c0a5
commit
0e1e40676a
6 changed files with 53 additions and 53 deletions
|
@ -16,8 +16,8 @@ pub use self::{
|
|||
generated::*,
|
||||
traits::*,
|
||||
tokens::*,
|
||||
extensions::{PathSegmentKind, StructFlavor, SelfParamFlavor},
|
||||
expr_extensions::{ElseBranch, PrefixOp, BinOp, LiteralFlavor},
|
||||
extensions::{PathSegmentKind, StructKind, SelfParamKind},
|
||||
expr_extensions::{ElseBranch, PrefixOp, BinOp, LiteralKind},
|
||||
};
|
||||
|
||||
/// The main trait to go from untyped `SyntaxNode` to a typed ast. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue