Skip to content
  • Ryan Scott's avatar
    Replace panic/notHandled with noExtCon in DsMeta · 334290b6
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    There are many spots in `DsMeta` where `panic` or `notHandled` is
    used after pattern-matching on a TTG extension constructor. This is
    overkill, however, as using `noExtCon` would work just as well. This
    patch switches out these panics for `noExtCon`.
    334290b6