Skip to content

Commit

Permalink
Allow clippy::enum_variant_names to avoid a breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Sep 10, 2024
1 parent bb62eac commit 5c929db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html5ever/src/tree_builder/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub(crate) enum SplitStatus {
/// A subset/refinement of `tokenizer::Token`. Everything else is handled
/// specially at the beginning of `process_token`.
#[derive(PartialEq, Eq, Clone, Debug)]
#[allow(clippy::enum_variant_names)]
pub(crate) enum Token {
TagToken(Tag),
CommentToken(StrTendril),
Expand Down

0 comments on commit 5c929db

Please sign in to comment.