about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2017-04-20 14:10:22 -0700
committerJosh Stone <jistone@redhat.com>2017-04-20 21:16:31 -0700
commit313aab8fbeb98730f8ffa741ccf54f843d5e3525 (patch)
tree7adac9021fca20cf1a495cf83da057c8adbf97da /src/libstd/lib.rs
parentcc605c895e3ac3d19b70da58a683a65200c491fe (diff)
downloadrust-313aab8fbeb98730f8ffa741ccf54f843d5e3525.tar.gz
rust-313aab8fbeb98730f8ffa741ccf54f843d5e3525.zip
Remove RefCell::borrow_state
[unstable, deprecated since 1.15.0]
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 367779bb701..6c3abf99d11 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -248,7 +248,6 @@
 #![feature(allow_internal_unstable)]
 #![feature(asm)]
 #![feature(associated_consts)]
-#![feature(borrow_state)]
 #![feature(box_syntax)]
 #![feature(cfg_target_has_atomic)]
 #![feature(cfg_target_thread_local)]