mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Reduce diff with upstream derive_common and malloc_size_of (#31363)
This commit is contained in:
parent
1e503c3bc1
commit
aeb2503fdb
5 changed files with 47 additions and 6 deletions
|
@ -2,4 +2,12 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
extern crate darling;
|
||||
extern crate proc_macro2;
|
||||
#[macro_use]
|
||||
extern crate quote;
|
||||
#[macro_use]
|
||||
extern crate syn;
|
||||
extern crate synstructure;
|
||||
|
||||
pub mod cg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue