summaryrefslogtreecommitdiff
path: root/build_extra/rust/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r--build_extra/rust/BUILD.gn7
1 files changed, 0 insertions, 7 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn
index 80f2d8c85..a9d8c6161 100644
--- a/build_extra/rust/BUILD.gn
+++ b/build_extra/rust/BUILD.gn
@@ -241,13 +241,6 @@ rust_rlib("either") {
]
}
-rust_rlib("flatbuffers") {
- cap_lints = "allow"
- edition = "2015"
- source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/flatbuffers-0.6.0/src/lib.rs"
- extern_rlib = [ "smallvec" ]
-}
-
rust_rlib("fnv") {
cap_lints = "allow"
edition = "2015"