We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4d1a99 + 15de83a commit 1896e4fCopy full SHA for 1896e4f
scraper/src/html/tree_sink.rs
@@ -11,7 +11,7 @@ use std::cell::{Ref, RefCell};
11
12
/// Wraps `Html` instances as sinks to drive parsing
13
#[derive(Debug)]
14
-pub struct HtmlTreeSink(RefCell<Html>);
+pub struct HtmlTreeSink(pub RefCell<Html>);
15
16
impl HtmlTreeSink {
17
/// Wrap a `Html`instance as a sink to drive parsing
0 commit comments