There was an error while loading. Please reload this page.
1 parent 712114c commit dc0e304Copy full SHA for dc0e304
1 file changed
src/to_tokens.rs
@@ -1,5 +1,4 @@
1
use super::TokenStreamExt;
2
-use std::sync::Arc;
3
use alloc::borrow::{Cow, ToOwned};
4
use alloc::boxed::Box;
5
use alloc::ffi::CString;
@@ -8,6 +7,7 @@ use alloc::string::String;
8
7
use core::ffi::CStr;
9
use core::iter;
10
use proc_macro2::{Group, Ident, Literal, Punct, Span, TokenStream, TokenTree};
+use std::sync::Arc;
11
12
/// Types that can be interpolated inside a `quote!` invocation.
13
pub trait ToTokens {
0 commit comments