summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-12-14 16:12:17 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-12-14 16:12:17 -0500
commitb37674fec75f14a0be9dbeff458355d91897cbe5 (patch)
treed68bbc4f701978bf99e9f5de05ad67077c3262c5
parent122c60c323bf6467c4cd998bf19ce44426861cd8 (diff)
downloadtor-b37674fec75f14a0be9dbeff458355d91897cbe5.tar.gz
tor-b37674fec75f14a0be9dbeff458355d91897cbe5.zip
fixup! relay: Change DNS timeout label on MetricsPort
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--src/rust/.cargo/config12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/rust/.cargo/config b/src/rust/.cargo/config
deleted file mode 100644
index d91e26719d..0000000000
--- a/src/rust/.cargo/config
+++ /dev/null
@@ -1,12 +0,0 @@
-[source]
-
- [source.crates-io]
- registry = 'https://github.com/rust-lang/crates.io-index'
- replace-with = 'vendored-sources'
-
- [source.vendored-sources]
- directory = ''
-
-[build]
- rustflags = [ "-D", "warnings" ]
-