mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
f46c0a790e
If a test function takes multiple contexts, pass it however many distinct contexts are needed. Construct each one with a different starting entity id so that they do not share any entity ids.
12 lines
No EOL
152 B
TOML
12 lines
No EOL
152 B
TOML
[package]
|
|
name = "gpui_macros"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0" |