Skip to content

Commit d69f088

Browse files
committed
fix build with html5ever bump
1 parent 52242f2 commit d69f088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ fn maybe_redirect(source: &str) -> Option<String> {
503503

504504
fn parse_html<Sink: TokenSink>(source: &str, sink: Sink) -> Sink {
505505
let tendril: ByteTendril = source.as_bytes().into();
506-
let mut input = BufferQueue::new();
506+
let mut input = BufferQueue::default();
507507
input.push_back(tendril.try_reinterpret().unwrap());
508508

509509
let mut tok = Tokenizer::new(sink, TokenizerOpts::default());

0 commit comments

Comments
 (0)