xso-proc: Replace std stuff with alloc/core stuff
This commit is contained in:
parent
4ac792b4d4
commit
4e5f0bc961
8 changed files with 12 additions and 8 deletions
|
|
@ -18,6 +18,8 @@ return to `xso` for more information**. The documentation of
|
|||
**You have been warned.**
|
||||
*/
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
// Wondering about RawTokenStream vs. TokenStream?
|
||||
// syn mostly works with proc_macro2, while the proc macros themselves use
|
||||
// proc_macro.
|
||||
|
|
|
|||
Loading…
Reference in a new issue