From 5303f6911b945cd8679e638d01bbe61c8dbbef02 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 28 Mar 2021 22:51:01 +0200 Subject: [PATCH] MAINT: remove unstable-const-fn testing from ci --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d73c4eb..65b6c53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: - rust: nightly features: serde experimental: false - - rust: nightly - features: serde unstable-const-fn - experimental: true steps: - uses: actions/checkout@v2