Skip to content

Commit

Permalink
bump html5gum to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 26, 2023
1 parent a988982 commit 38c05f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rayon = "1.5.1"
pulldown-cmark = "0.8.0"
blake3 = "1.0.0"

html5gum = "0.5.6"
html5gum = "0.5.7"
jwalk = "0.7.0"
bumpalo = { version = "3.11.1", features = ["collections"] }
percent-encoding = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/html/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ where
fn emit_eof(&mut self) {}
fn emit_error(&mut self, _: Error) {}
#[inline]
fn should_emit_errors() -> bool {
fn should_emit_errors(&mut self) -> bool {
false
}
fn init_comment(&mut self) {}
Expand Down

0 comments on commit 38c05f8

Please sign in to comment.