Skip to content

Commit

Permalink
Remove SmallStr.
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
nnethercote committed Jun 29, 2023
1 parent de1914a commit f2d863f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
1 change: 0 additions & 1 deletion compiler/rustc_data_structures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ pub mod macros;
pub mod obligation_forest;
pub mod sip128;
pub mod small_c_str;
pub mod small_str;
pub mod snapshot_map;
pub mod svh;
pub use ena::snapshot_vec;
Expand Down
68 changes: 0 additions & 68 deletions compiler/rustc_data_structures/src/small_str.rs

This file was deleted.

20 changes: 0 additions & 20 deletions compiler/rustc_data_structures/src/small_str/tests.rs

This file was deleted.

0 comments on commit f2d863f

Please sign in to comment.