Skip to content

Commit

Permalink
Remove no longer piece of the parser (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis authored Aug 27, 2024
1 parent fcac9c9 commit 3b14ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ build!(closearr, token!("]"));
build!(comma, token!(","));
build!(semicolon, token!(";"));
build!(optsemicolon, zero_or_one!(semicolon));
build!(notsemicolon, one_or_more!(not!(";")));
build!(at, token!("@"));
build!(slash, token!("/"));
// Validating charset
Expand Down

0 comments on commit 3b14ef3

Please sign in to comment.