Skip to content

Run Doctest wrong command line #7035

@schungx

Description

@schungx

Current command line in VS Code:

Executing task: cargo test --doc --package rhai -- scope:Scope:::get_mut --nocapture
                                                        ^     ^

Should be:

Executing task: cargo test --doc --package rhai -- scope::Scope::get_mut --nocapture

The : colon is at the wrong place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions