mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Change #[privatize] into #[derive(DenyPublicFields)]
This commit is contained in:
parent
19c645ff68
commit
8bcf36b9a5
16 changed files with 69 additions and 65 deletions
|
@ -38,6 +38,8 @@ extern crate cookie as cookie_rs;
|
|||
extern crate core;
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
#[macro_use]
|
||||
extern crate deny_public_fields;
|
||||
extern crate devtools_traits;
|
||||
#[macro_use]
|
||||
extern crate domobject_derive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue