Skip to content

Commit dc0e304

Browse files
committed
Format with rustfmt
1 parent 712114c commit dc0e304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/to_tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use super::TokenStreamExt;
2-
use std::sync::Arc;
32
use alloc::borrow::{Cow, ToOwned};
43
use alloc::boxed::Box;
54
use alloc::ffi::CString;
@@ -8,6 +7,7 @@ use alloc::string::String;
87
use core::ffi::CStr;
98
use core::iter;
109
use proc_macro2::{Group, Ident, Literal, Punct, Span, TokenStream, TokenTree};
10+
use std::sync::Arc;
1111

1212
/// Types that can be interpolated inside a `quote!` invocation.
1313
pub trait ToTokens {

0 commit comments

Comments
 (0)