diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-04-26 10:10:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 10:10:57 -0400 |
| commit | 9c3da280e0b8331861d3420ea4b5cedc2b6131b0 (patch) | |
| tree | 83c85bd051676df11c059845e449e944f54da982 /.github | |
| parent | cdd2355f0f516e55ef638f38006677003685a92f (diff) | |
remove #![deny(warnings)] (#10376)
Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot
enable yet due to #10378.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
