Skip to content

Commit

Permalink
Treat rust warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 17, 2018
1 parent 836fc25 commit 850fca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gn
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 850fca8

Please sign in to comment.