diff options
Diffstat (limited to 'build_extra/flatbuffers/rust/BUILD.gn')
-rw-r--r-- | build_extra/flatbuffers/rust/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_extra/flatbuffers/rust/BUILD.gn b/build_extra/flatbuffers/rust/BUILD.gn index 92e3e6e71..dd4a5c64c 100644 --- a/build_extra/flatbuffers/rust/BUILD.gn +++ b/build_extra/flatbuffers/rust/BUILD.gn @@ -2,4 +2,5 @@ import("//build_extra/rust/rust.gni") rust_crate("flatbuffers") { source_root = "//third_party/flatbuffers/rust/flatbuffers/src/lib.rs" + args = [ "-Aunused_variables" ] # TODO Remove this. } |