Remove trailing whitespace
This commit is contained in:
parent
2227905fb9
commit
2404ce7e93
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
extern crate proc_macro;
|
||||
use proc_macro::TokenStream;
|
||||
use proc_macro2::{
|
||||
token_stream::IntoIter as TokenIter, Literal, TokenTree,
|
||||
token_stream::IntoIter as TokenIter, Literal, TokenTree,
|
||||
};
|
||||
use quote::quote;
|
||||
use std::{
|
||||
|
|
Loading…
Reference in a new issue