diff --git a/.zed/worktrees.json b/.zed/worktrees.json new file mode 100644 index 0000000000000000000000000000000000000000..4223ad5e863e8bf54921a1c64b20ac8bc042c884 --- /dev/null +++ b/.zed/worktrees.json @@ -0,0 +1,3 @@ +{ + "setup": ["clippy", { "label": "building", "command": "cargo build" }], +}