Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce73fed7 authored by Martin Geisler's avatar Martin Geisler Committed by Automerger Merge Worker
Browse files

pdl: Fix inaccurate comment am: f9160624

parents 45788c3a f9160624
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.