Remove an unnecessary local variable.
This commit is contained in:
parent
14b859fa3b
commit
88373e9f0c
1 changed files with 1 additions and 2 deletions
|
@ -310,12 +310,11 @@ impl<'a> StripUnconfigured<'a> {
|
|||
else {
|
||||
panic!("Bad tokens for attribute {attr:?}");
|
||||
};
|
||||
let pound_span = pound_token.span;
|
||||
|
||||
// We don't really have a good span to use for the synthesized `[]`
|
||||
// in `#[attr]`, so just use the span of the `#` token.
|
||||
let bracket_group = AttrTokenTree::Delimited(
|
||||
DelimSpan::from_single(pound_span),
|
||||
DelimSpan::from_single(pound_token.span),
|
||||
DelimSpacing::new(Spacing::JointHidden, Spacing::Alone),
|
||||
Delimiter::Bracket,
|
||||
item.tokens
|
||||
|
|
Loading…
Add table
Reference in a new issue