Skip to content

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

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(())
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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