refactor: Replace custom ThinVec with thin-vec crate

This commit is contained in:
Lukas Wirth 2025-03-24 13:43:47 +01:00
parent dd2354c985
commit dcd742301e
15 changed files with 99 additions and 543 deletions

View file

@ -12,11 +12,11 @@ use intern::{Symbol, sym};
use la_arena::Arena;
use rustc_hash::FxHashMap;
use span::{AstIdMap, SyntaxContext};
use stdx::thin_vec::ThinVec;
use syntax::{
AstNode,
ast::{self, HasModuleItem, HasName, HasTypeBounds, IsString},
};
use thin_vec::ThinVec;
use triomphe::Arc;
use crate::{