mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
a0b4b4dafa
Rename `LocalInternedString` and more This PR renames `LocalInternedString` as `SymbolStr`, removes an unnecessary `impl` from it, improves comments, and cleans up some `SymbolStr` uses. r? @estebank