mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:05:47 +02:00
Remove 'arboard' (#4174)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user