From b4a0e6482146aba3bb60547ab244a6bd547a26ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Jan 2020 10:41:08 +0100 Subject: [PATCH] explicitly run 'cargo +nightly fmt' drop rust-toolchain file Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- rust-toolchain | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 rust-toolchain diff --git a/Makefile b/Makefile index 248c4bf3..e43ced69 100644 --- a/Makefile +++ b/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 diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 2bf5ad04..00000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -stable