aboutsummaryrefslogtreecommitdiff
path: root/third-party/reindeer.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/reindeer.toml')
-rw-r--r--third-party/reindeer.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/third-party/reindeer.toml b/third-party/reindeer.toml
deleted file mode 100644
index a7daf6e0..00000000
--- a/third-party/reindeer.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-precise_srcs = true
-rustc_flags = ["--cap-lints=allow"]
-
-[cargo]
-versioned_dirs = true
-
-[buck]
-generated_file_header = """
-# \u0040generated by `reindeer buckify`
-"""
-buckfile_imports = """
-load("//tools/buck:buildscript.bzl", "buildscript_args")
-load("//tools/buck:third_party.bzl", "third_party_rust_library")
-"""
-rust_library = "third_party_rust_library"