Skip to content

Commit e7c2748

Browse files
committed
refactor(ast_tools/estree): remove outdated comment (#14596)
1 parent b1a9a03 commit e7c2748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/ast_tools/src/derives/estree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ impl Derive for DeriveESTree {
8787

8888
/// Parse `#[estree]` attr.
8989
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
9190
match location {
9291
// `#[estree]` attr on struct
9392
AttrLocation::Struct(struct_def) => match part {

0 commit comments

Comments
 (0)