mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
rename POS_FIELD -> POS_FIELD_DEF
to match NAMED_FIELD_DEF
This commit is contained in:
parent
3c7acecade
commit
23172a116c
15 changed files with 65 additions and 65 deletions
|
@ -193,7 +193,7 @@ pub struct StructField {
|
|||
#[derive(Debug)]
|
||||
pub enum FieldSource {
|
||||
Named(TreeArc<ast::NamedFieldDef>),
|
||||
Pos(TreeArc<ast::PosField>),
|
||||
Pos(TreeArc<ast::PosFieldDef>),
|
||||
}
|
||||
|
||||
impl StructField {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue