Skip to content

Commit cbc019b

Browse files
committed
Dependency update and Zed task for clippy
1 parent 6c9a70e commit cbc019b

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

.zed/tasks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,18 @@
33
"label": "Build project",
44
"command": "cargo",
55
"args": ["build"]
6+
},
7+
{
8+
"label": "Clippy",
9+
"command": "cargo",
10+
"args": [
11+
"clippy",
12+
"--color=always",
13+
"--",
14+
"-D",
15+
"clippy::all",
16+
"-D",
17+
"clippy::pedantic"
18+
]
619
}
720
]

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)