about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/small_str.rs
AgeCommit message (Collapse)AuthorLines
2023-06-29Remove `SmallStr`.Nicholas Nethercote-68/+0
It no longer has any uses. If it's needed in the future, it can be easily reinstated. Or a crate such as `smallstr` can be used, much like we use `smallvec`.
2022-03-04Add SmallStrTomasz Miąsko-0/+68