Add #[derive(Clone)] to TokenTreeIter
This commit is contained in:
parent
88cf76a64e
commit
b525abb7b2
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ impl Literal {
|
|||
}
|
||||
|
||||
/// An iterator over `TokenTree`s.
|
||||
#[derive(Clone)]
|
||||
#[unstable(feature = "proc_macro", issue = "38356")]
|
||||
pub struct TokenTreeIter {
|
||||
cursor: tokenstream::Cursor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue