From 69f4e4f3bca17d2451d9054224c1815935e86ba5 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 18 Mar 2018 01:17:54 +0100 Subject: [PATCH] fix circleci build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00dd75b..9ba7c01 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ style: ! git grep -i 'text/icalendar' */* sphinx-build -W -b html ./docs/ ./docs/_build/html/ cd rust/ && cargo +nightly clippy - cd rust/ && cargo fmt --all -- --write-mode=diff + cd rust/ && cargo +nightly fmt --all -- --write-mode=diff install-docs: pip install -Ur docs-requirements.txt