mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
refactor: Replace custom ThinVec with thin-vec crate
This commit is contained in:
parent
dd2354c985
commit
dcd742301e
15 changed files with 99 additions and 543 deletions
|
|
@ -12,7 +12,6 @@ pub mod non_empty_vec;
|
|||
pub mod panic_context;
|
||||
pub mod process;
|
||||
pub mod rand;
|
||||
pub mod thin_vec;
|
||||
pub mod thread;
|
||||
|
||||
pub use itertools;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue