Skip to content

Commit 06cb98b

Browse files
authored
Make ContainmentTree fully generic (vercel/turborepo#4620)
### Description This turns the ContainmentTree struct into a fully generic data structure. The previous PR in this stack already made the chunks values generic, but this goes one step further by making the key type generic as well. ### Testing Instructions Unit test
1 parent d781668 commit 06cb98b

File tree

3 files changed

+286
-191
lines changed

3 files changed

+286
-191
lines changed

crates/turbopack-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ turbo-tasks-build = { workspace = true }
3636

3737
[dev-dependencies]
3838
rstest = { workspace = true }
39+
tokio = { workspace = true }
3940

4041
[features]
4142
default = []

0 commit comments

Comments
 (0)