Skip to content

Commit

Permalink
parser: Fix computed option flag values
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored and dginev committed May 2, 2023
1 parent a1d5e92 commit a10a5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl<'a> ParserOptions<'a> {
+ to_option_flag!(self.no_def_dtd => Nodefdtd)
+ to_option_flag!(self.no_error => Noerror)
+ to_option_flag!(self.no_warning => Nowarning)
+ to_option_flag!(self.no_warning => Nowarning)
+ to_option_flag!(self.pedantic => Pedantic)
+ to_option_flag!(self.no_blanks => Noblanks)
+ to_option_flag!(self.no_net => Nonet)
Expand Down

0 comments on commit a10a5a6

Please sign in to comment.