Skip to content

Commit

Permalink
Drop Struct::HTMLElementDescription class (#3433)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

Fixes #3432


**Have you included adequate test coverage?**

Not applicable here?


**Does this change affect the behavior of either the C or the Java
implementations?**

Seems like it does not.
  • Loading branch information
flavorjones authored Feb 17, 2025
2 parents 26db10c + 6c4afc5 commit 527e28f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/nokogiri/html4/element_description_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class ElementDescription
# defined there.

Desc = Struct.new(
"HTMLElementDescription",
:name,
:startTag,
:endTag,
Expand Down

0 comments on commit 527e28f

Please sign in to comment.