mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Auto merge of #15715 - nox:custom-derive, r=SimonSapin
Make #[dom_struct] a proc_macro attribute The rustup is needed for https://github.com/rust-lang/rust/pull/40039. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15715) <!-- Reviewable:end -->
This commit is contained in:
commit
a204c4176d
253 changed files with 307 additions and 45 deletions
|
@ -37,6 +37,7 @@ cookie = "0.2.5"
|
|||
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
|
||||
deny_public_fields = {path = "../deny_public_fields"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
dom_struct = {path = "../dom_struct"}
|
||||
domobject_derive = {path = "../domobject_derive"}
|
||||
encoding = "0.2"
|
||||
euclid = "0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue