From 9c3da280e0b8331861d3420ea4b5cedc2b6131b0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Apr 2021 10:10:57 -0400 Subject: remove #![deny(warnings)] (#10376) Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot enable yet due to #10378. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ce2176c8..b1adaab25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: env: RUST_BACKTRACE: full CARGO_TERM_COLOR: always + # TODO(ry) Enable error on warning after fixing https://github.com/denoland/deno/issues/10378 + # RUSTFLAGS: -D warnings steps: - name: Configure git -- cgit v1.2.3