summaryrefslogtreecommitdiff
path: root/build_extra/flatbuffers/rust/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/flatbuffers/rust/BUILD.gn')
-rw-r--r--build_extra/flatbuffers/rust/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_extra/flatbuffers/rust/BUILD.gn b/build_extra/flatbuffers/rust/BUILD.gn
index dd4a5c64c..d983a175d 100644
--- a/build_extra/flatbuffers/rust/BUILD.gn
+++ b/build_extra/flatbuffers/rust/BUILD.gn
@@ -2,5 +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.
+ extern = [ "//build_extra/rust:smallvec" ]
}