Skip to content

Commit f2d863f

Browse files
committed
Remove SmallStr.
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`.
1 parent de1914a commit f2d863f

File tree

3 files changed

+0
-89
lines changed

3 files changed

+0
-89
lines changed

compiler/rustc_data_structures/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ pub mod macros;
6868
pub mod obligation_forest;
6969
pub mod sip128;
7070
pub mod small_c_str;
71-
pub mod small_str;
7271
pub mod snapshot_map;
7372
pub mod svh;
7473
pub use ena::snapshot_vec;

compiler/rustc_data_structures/src/small_str.rs

Lines changed: 0 additions & 68 deletions
This file was deleted.

compiler/rustc_data_structures/src/small_str/tests.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)