mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
remove #![deny(warnings)] (#10376)
Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot enable yet due to #10378.
This commit is contained in:
parent
cdd2355f0f
commit
9c3da280e0
9 changed files with 3 additions and 25 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue