commit | 259e6a03755690199620b63eba868a3eb4de50d4 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@google.com> | Tue Apr 06 13:57:13 2021 -0700 |
committer | Bruno Dal Bo <brunodalbo@google.com> | Tue Apr 06 13:57:13 2021 -0700 |
tree | b0dca335809de04e0d420a613f1dce4924ebd6f7 | |
parent | 05fa290dc96d37deca9449064e77f732d1f4bf50 [diff] |
[build] Update rust configs path Change-Id: I8bde199b90c3cd3314e54d7007b7dd1b9cb2320f
diff --git a/BUILD.gn b/BUILD.gn index 356b38e..f9d6869 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -13,7 +13,7 @@ name = "quiche" edition = "2018" configs -= [ - "//build/config:rust_2018_idioms", + "//build/config/rust:2018_idioms", "//build/config:werror", ] configs += [ ":ignore_rust_warnings" ]