Skip to content

Commit 2aff76c

Browse files
committed
refactor(pushd): add non-panic error handling to all queue consumers
1 parent 01e0f9e commit 2aff76c

File tree

14 files changed

+459
-183
lines changed

14 files changed

+459
-183
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.formatOnSave": true,
3-
"rust-analyzer.checkOnSave.command": "clippy",
3+
"rust-analyzer.check.command": "clippy",
44
"nixEnvSelector.suggestion": false,
55
"nixEnvSelector.nixFile": "${workspaceFolder}/default.nix"
6-
}
6+
}

0 commit comments

Comments
 (0)