Skip to content

Commit 18185a9

Browse files
add comments via cursor
1 parent 1e1044b commit 18185a9

3 files changed

Lines changed: 367 additions & 13 deletions

File tree

src/backend/html_parser/scraper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! - Selector parsing: `AsSelector` unwraps on parse errors; only valid CSS selectors should be passed.
1212
//! - Text extraction: `get_inner_text` returns the first text node trimmed. For complex nodes with multiple text parts, call it on
1313
//! the most specific element.
14-
use scraper::{Element, ElementRef, Selector, html, node};
14+
use scraper::{Selector, html, node};
1515

1616
use crate::backend::html_parser::{HtmlElement, HtmlParser};
1717

0 commit comments

Comments
 (0)