mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
Make #[dom_struct] a proc_macro attribute
This commit is contained in:
@@ -20,6 +20,7 @@ use dom::htmloptionelement::HTMLOptionElement;
|
||||
use dom::htmlselectelement::HTMLSelectElement;
|
||||
use dom::node::{document_from_node, Node};
|
||||
use dom::window::Window;
|
||||
use dom_struct::dom_struct;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct HTMLOptionsCollection {
|
||||
|
||||
Reference in New Issue
Block a user