Nicholas Nethercote 75f6118ad1 Remove SymbolStr.
By changing `as_str()` to take `&self` instead of `self`, we can just
return `&str`. We're still lying about lifetimes, but it's a smaller lie
than before, where `SymbolStr` contained a (fake) `&'static str`!
2021-12-15 13:30:26 +11:00
..
2021-10-20 18:29:18 +02:00
2021-09-18 04:41:33 +03:00
2021-12-15 13:30:26 +11:00
2021-09-30 19:41:32 +02:00