Skip to content

Commit 83808f4

Browse files
committed
[broken] Ignore lifetime and params with #[zerogc(ignore)] attribute
This is broken because we can't have helper-attributes on lifetimes and parameters in the current rust nightly :( This replaces the #[zerogc(ignore_params(A, B, C))] setting See issue #17
1 parent 9b191c9 commit 83808f4

File tree

3 files changed

+179
-77
lines changed

3 files changed

+179
-77
lines changed

libs/derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ proc-macro = true
1515
zerogc = { version = "0.1.3", path = "../.." }
1616

1717
[dependencies]
18+
indexmap = "1"
1819
# Proc macros
1920
syn = "1.0.55"
2021
quote = "1.0.8"

0 commit comments

Comments
 (0)