Skip to content

Token usage of CowRcStr and NonNull/Rc<String> makes it non Send #370

Open
@jlaffaye

Description

@jlaffaye

And it is required by anyhow in async functions.

To reproduce, try to compile this code

use scraper::Selector;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    let selector = Selector::parse("#top")?;
    Ok(())
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions