summaryrefslogtreecommitdiff
path: root/src/rust/protover/lib.rs
diff options
context:
space:
mode:
authorChelsea Holland Komlo <me@chelseakomlo.com>2017-10-25 23:02:38 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-27 10:02:08 -0400
commit90daad999e78c8ec8239e63ea03df6b3b2e364b6 (patch)
tree9148fefa19ff4ace5072f8a7c3aa47c1f79ad8c5 /src/rust/protover/lib.rs
parent7999d0bf6b362972f7e2edab9586435bd4daf563 (diff)
downloadtor-90daad999e78c8ec8239e63ea03df6b3b2e364b6.tar.gz
tor-90daad999e78c8ec8239e63ea03df6b3b2e364b6.zip
remove experimental rust features
allow unsafe on function that calls C
Diffstat (limited to 'src/rust/protover/lib.rs')
-rw-r--r--src/rust/protover/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rust/protover/lib.rs b/src/rust/protover/lib.rs
index 620191f88d..5a5dea4408 100644
--- a/src/rust/protover/lib.rs
+++ b/src/rust/protover/lib.rs
@@ -1,5 +1,3 @@
-#![feature(inclusive_range_syntax)]
-
//! Copyright (c) 2016-2017, The Tor Project, Inc. */
//! See LICENSE for licensing information */