Skip to content

Commit 6677123

Browse files
committedSep 20, 2020
Update toolchain version
1 parent b2976c1 commit 6677123

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ check:
99

1010
check-fmt-and-clippy: check
1111
cargo fmt -- --check
12-
cargo clippy --all -- --deny warnings
12+
cargo clippy -- --deny warnings
1313

1414
build:
1515
cargo build
1616

1717
fmt:
1818
cargo fmt
1919

20+
clippy:
21+
cargo clippy
22+
2023
vint:
2124
vint autoload plugin
2225

‎TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Better support for one-off usages, i.e., scripts without proper project setup.
12
- Structured, independent, reproducible tests.
23
- More integration tests.
34
- Check server capabilities before calling RPC API.

‎rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.0
1+
1.46.0

0 commit comments

Comments
 (0)
Please sign in to comment.