Skip to content
  • Romain Vimont's avatar
    Use anonymous lifetimes in PlaneRegion · 57112d49
    Romain Vimont authored and Thomas Daede's avatar Thomas Daede committed
    The lifetime in Index and IndexMut trait implementation can be
    anonymous.
    
    All tiling structures implementing Index and IndexMut use an anonymous
    lifetime, except plane regions. Fix this inconsistency.
    57112d49