Skip to content

Conversation

brson
Copy link
Contributor

@brson brson commented Jul 1, 2014

This was asked on HN, and it's easy to clarify.

This was asked on HN, and it's easy to clarify.
bors added a commit that referenced this pull request Jul 1, 2014
This was asked on HN, and it's easy to clarify.
@steveklabnik
Copy link
Contributor

:shipit:

@bors bors closed this Jul 1, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2023
…lbasi

Runnable env per platform

This PR adds an option to specify runnables `env` per platform (win32, linux, etc.):
```
{
    "rust-analyzer.runnables.extraEnv": [
            {
                "platform": "win32",
                "env": {
                    "SCITER_BIN_FOLDER": "C:\\Projects\\3rd\\sciter-js-sdk\\bin\\windows\\x64",
                }
            },
            {
                "platform":["linux","darwin"],
                "env": {
                    "SCITER_BIN_FOLDER": "/home/vit/Projects/sciter/sciter-js-sdk/bin/linux/x64",
                }
            }
        ]
}
```
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 25, 2025
Closes rust-lang/rust-clippy#15305

changelog: [`unused_async`] fix FP on function with `todo!`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants