diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-02-02 05:14:52 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-02-02 05:20:41 +0100 |
| commit | aeaa34d7a163b327643c08e299e1b40bb497c01c (patch) | |
| tree | 6054344c8a7d990b910416a1002aded9ad4d10eb /.vscode | |
| parent | d098952077b8fdc8426754151bb8064214a046fa (diff) | |
Executor API V2.
- It's no longer possible to call run() reentrantly from within a task (soundness issue)
- it's now possible to spawn Send tasks across threads (SendSpawner, #37)
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 8c53d2097..a6d083ad9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | { | 1 | { |
| 2 | "rust-analyzer.assist.importMergeBehavior": "last", | ||
| 2 | "editor.formatOnSave": true, | 3 | "editor.formatOnSave": true, |
| 3 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 4 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| @@ -8,4 +9,4 @@ | |||
| 8 | "**/.git/subtree-cache/**": true, | 9 | "**/.git/subtree-cache/**": true, |
| 9 | "**/target/**": true | 10 | "**/target/**": true |
| 10 | } | 11 | } |
| 11 | } | 12 | } \ No newline at end of file |
