mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 11:13:36 +00:00
explicitly run 'cargo +nightly fmt'
drop rust-toolchain file Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8690d1918d
commit
b4a0e64821
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ deb: $(foreach c,$(CRATES), $c-deb)
|
||||
|
||||
.PHONY: check
|
||||
check:
|
||||
cargo fmt -- --check
|
||||
cargo +nightly fmt -- --check
|
||||
cargo test
|
||||
|
||||
# Run the api-test server, serving the api-test/www/ subdir as 'www' dir over
|
||||
|
@ -1 +0,0 @@
|
||||
stable
|
Loading…
Reference in New Issue
Block a user