1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

Treat rust warnings as errors

This commit is contained in:
Bert Belder 2018-09-16 20:53:34 -07:00
parent 836fc255ba
commit 850fca8fcb
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

2
.gn
View file

@ -30,7 +30,7 @@ default_args = {
is_component_build = false
symbol_level = 1
treat_warnings_as_errors = false
rust_treat_warnings_as_errors = false
rust_treat_warnings_as_errors = true
# https://cs.chromium.org/chromium/src/docs/ccache_mac.md
clang_use_chrome_plugins = false