aboutsummaryrefslogtreecommitdiff
path: root/src/rust/crypto
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-06-18 18:33:49 +0000
committerNick Mathewson <nickm@torproject.org>2018-06-20 07:55:12 -0400
commit4971d7afa61772137eee880aa20f3b849bd8b9ac (patch)
tree126e3f444e5641cdb18ceb31be1a6ad1c66a72dd /src/rust/crypto
parent38cb638c325bc2612befc8176c545b1bcae9834f (diff)
downloadtor-4971d7afa61772137eee880aa20f3b849bd8b9ac.tar.gz
tor-4971d7afa61772137eee880aa20f3b849bd8b9ac.zip
rust: Remove redundant "testing" feature from tor_log crate.
It was synonymous with the builtin "test" feature. * FIXES #26399: https://bugs.torproject.org/26399
Diffstat (limited to 'src/rust/crypto')
-rw-r--r--src/rust/crypto/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml
index c0c5e7bf93..08b0832c94 100644
--- a/src/rust/crypto/Cargo.toml
+++ b/src/rust/crypto/Cargo.toml
@@ -25,5 +25,4 @@ rand = { version = "=0.5.0-pre.2", default-features = false }
rand_core = { version = "=0.2.0-pre.0", default-features = false }
[features]
-testing = ["tor_log/testing"]