Don't allow failure for cargo fmt (#9702)

* Don't allow failure for cargo fmt

* cargo fmt
This commit is contained in:
Alexander Theißen
2021-09-06 12:09:34 +02:00
committed by GitHub
parent cd19c7b79e
commit d99c0cead7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -266,7 +266,6 @@ cargo-fmt:
<<: *test-refs
script:
- cargo +nightly fmt --all -- --check
allow_failure: true
cargo-check-benches:
stage: test
-1
View File
@@ -16,7 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//! Metering primitives and globals
use lazy_static::lazy_static;