mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Make #[dom_struct] a proc_macro attribute
This commit is contained in:
@@ -15,6 +15,7 @@ use dom::blob::{Blob, BlobImpl};
|
||||
use dom::file::File;
|
||||
use dom::globalscope::GlobalScope;
|
||||
use dom::htmlformelement::{HTMLFormElement, FormDatumValue, FormDatum};
|
||||
use dom_struct::dom_struct;
|
||||
use html5ever_atoms::LocalName;
|
||||
use std::collections::HashMap;
|
||||
use std::collections::hash_map::Entry::{Occupied, Vacant};
|
||||
|
||||
Reference in New Issue
Block a user