Remove Clone
derive from LazyAttrTokenStreamImpl
.
This commit is contained in:
parent
3a5c4b6e4e
commit
022582ca46
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ fn has_cfg_or_cfg_attr(attrs: &[Attribute]) -> bool {
|
||||||
//
|
//
|
||||||
// This also makes `Parser` very cheap to clone, since
|
// This also makes `Parser` very cheap to clone, since
|
||||||
// there is no intermediate collection buffer to clone.
|
// there is no intermediate collection buffer to clone.
|
||||||
#[derive(Clone)]
|
|
||||||
struct LazyAttrTokenStreamImpl {
|
struct LazyAttrTokenStreamImpl {
|
||||||
start_token: (Token, Spacing),
|
start_token: (Token, Spacing),
|
||||||
cursor_snapshot: TokenCursor,
|
cursor_snapshot: TokenCursor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue