From f94900406d52a9d0a432ae9ebef65d46092afb41 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Aug 2019 17:02:34 -0400 Subject: Remove flatbuffers (#2818) --- build_extra/rust/BUILD.gn | 7 ------- 1 file changed, 7 deletions(-) (limited to 'build_extra/rust') 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" -- cgit v1.2.3