From 59736c088d29b902989f60b8f98b8dbdad4b4fed Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 5 May 2022 21:24:30 +0200 Subject: [PATCH] Allow rustfmt failure until we fix capnp gen being fmt'ed --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88b033f..176e3db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,6 @@ lint:clippy: # Use rustfmt to check formating lint:fmt: extends: .lints - allow_failure: false script: - cargo fmt --version - echo -e "\e[0Ksection_start:`date +%s`:rustfmt_output\r\e[0KChanges suggested by rustfmt"