remove #![deny(warnings)] (#10376)

Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot 
enable yet due to #10378.
This commit is contained in:
Ryan Dahl 2021-04-26 10:10:57 -04:00 committed by GitHub
parent cdd2355f0f
commit 9c3da280e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3 additions and 25 deletions

View file

@ -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