Remove 'arboard' (#4174)

This commit is contained in:
JT
2021-12-02 08:48:03 +13:00
committed by GitHub
parent e6e6b730f3
commit 89cbfd758d
10 changed files with 142 additions and 612 deletions

View File

@ -208,7 +208,7 @@ pub fn css(selector: &str) -> ScraperSelector {
mod tests {
use super::*;
const SIMPLE_LIST: &'static str = r#"
const SIMPLE_LIST: &str = r#"
<ul>
<li>Coffee</li>
<li>Tea</li>