mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
rename struct -> record, pos -> tuple
This commit is contained in:
parent
c12dce0073
commit
5b18a4eef9
78 changed files with 640 additions and 634 deletions
|
@ -318,8 +318,8 @@ pub struct StructField {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub enum FieldSource {
|
||||
Named(ast::NamedFieldDef),
|
||||
Pos(ast::PosFieldDef),
|
||||
Named(ast::RecordFieldDef),
|
||||
Pos(ast::TupleFieldDef),
|
||||
}
|
||||
|
||||
impl StructField {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue