Loading tools/pdl/src/lint.rs +0 −2 Original line number Diff line number Diff line Loading @@ -88,8 +88,6 @@ pub struct PacketScope<'d> { // Flattened field declarations. // Contains field declarations from the original Packet, Struct, or Group, // where Group fields have been substituted by their body. // Constrained Scalar or Typedef Group fields are substituted by a Fixed // field. pub fields: Vec<&'d parser::ast::Field>, // Constraint declarations gathered from Group inlining. Loading Loading
tools/pdl/src/lint.rs +0 −2 Original line number Diff line number Diff line Loading @@ -88,8 +88,6 @@ pub struct PacketScope<'d> { // Flattened field declarations. // Contains field declarations from the original Packet, Struct, or Group, // where Group fields have been substituted by their body. // Constrained Scalar or Typedef Group fields are substituted by a Fixed // field. pub fields: Vec<&'d parser::ast::Field>, // Constraint declarations gathered from Group inlining. Loading