mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Strict import formatting (grouping and granularity) (#30325)
* strict imports formatting * Reformat all imports
This commit is contained in:
parent
413da4ca69
commit
aad2dccc9c
802 changed files with 6861 additions and 6395 deletions
|
@ -5,8 +5,7 @@
|
|||
#![recursion_limit = "128"]
|
||||
|
||||
use proc_macro2;
|
||||
use quote::quote;
|
||||
use quote::TokenStreamExt;
|
||||
use quote::{quote, TokenStreamExt};
|
||||
use syn::parse_quote;
|
||||
|
||||
#[proc_macro_derive(DomObject)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue