Skip to content
  • Federico Mena Quintero's avatar
    Remove Parse's Data associated type. Yay! · 0532d20d
    Federico Mena Quintero authored
    This removes the mysterious "()" argument from practically all the
    .parse() and .parse_str() calls.
    
    I thought the Data associated type was a really clever idea to deal
    with Length's need for a direction.  But now it turns out that it's
    possible to encode that in the length types.  In any case, it made the
    parse() calls that didn't need extra data quite ugly.
    0532d20d