We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a9a03 commit e7c2748Copy full SHA for e7c2748
tasks/ast_tools/src/derives/estree.rs
@@ -87,7 +87,6 @@ impl Derive for DeriveESTree {
87
88
/// Parse `#[estree]` attr.
89
fn parse_estree_attr(location: AttrLocation, part: AttrPart) -> Result<()> {
90
- // No need to check attr name is `estree`, because that's the only attribute this derive handles
91
match location {
92
// `#[estree]` attr on struct
93
AttrLocation::Struct(struct_def) => match part {
0 commit comments