Closed Kmeakin closed 1 year ago
Unfortunately tying the lifetime of the string to the lifetime of the symbol means we cant pass the strings by reference to pretty
, and have to do some unnecessary clones. I'm pretty confident transmuting to 'static
is safe, since INTERNER
is never dropped.
Seems like we were doing that anyway at any rate. Lets go with this for now.
Fixes #491