explicitly run 'cargo +nightly fmt'

drop rust-toolchain file

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-16 10:41:08 +01:00
parent 8690d1918d
commit b4a0e64821
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1 +0,0 @@
stable